Hi all i am encountering this problem microsoft visual studio has encountered a problem and needs to close
particularly when i am opening one solution.. There are several solutions but when particularly opening a particular solution i am getting this problem. Can any one tell how to resolve this..
I tried this by opening visual studio in command prompt but the issue still remains
Devenv /ResetSkipPkgs
Usually when I get this error, I can fix it by deleting the .suo file associated with the solution. It will be recreated when you next open your solution.
EDIT
To iterate what sacredfaith said in the comments, whenever you delete anything it is very prudent to make a backup of the item before you delete it.
Visual Studio Solution files are text-based and VS Project files are XML - you might want to try opening them in a text-editor and checking they have a valid syntax.
Other problems include path names that are too long (make sure the directory structure is not too deep) and also ensure the files are not read-only.
Have you tried cleaning (deleting) all the built and auto-generated files (ncb, suo, ilk, etc)?
You can also try these option:
start -> run -> devenv /resetsettings (reset default settings)
start -> run -> devenv /ResetSkipPkgs (disable packages)
I also tried many things. But at last, after not finding any ways, I simply uninstalled it and then installed it again. And its up and running like before.