How to resolve microsoft visual studio 2010 IDE error that microsoft visual studio has encountered a problem that need to close debug or restart when opening project?
try to close all of your .Net IDE's which got opened and reset IDE dev environment.
Access the visual studio command prompt with below path.
Start->Program files->Microsoft Visual Studio 2010-> Tools->Visual studio Command prompt..
Just open it and type below command and execute
Devenv /ResetSkipPkgs
so the above command will reset IDE and now open your application and rebuild all solutions.
Comments
Post a Comment