I disabled and uninstalled all the extensions and add-ons.
Everything was working fine up until I upgraded to NuGet 1.1.. then this started happening…
So I thought it was Nuget… I uninstalled Nuget (under admin rights)… restarted PC and VS and waited a few seconds then crash!
I have no idea how to investigate or debug this situation short of uninstalling all of Visual Studio and starting afresh.
Anyone know what to do?
Run the following command line from the VS command line tools:
This will show different command that may help, especially :
does it works in safe mode ?
Produces a log files which can help isolating the problem
can help also
[edit] devenv.exe /log added….