Does anyone know what extension causes this whenever you remove a project from a solution in Visual Studio 2010?
-
Try disabling your extensions.SLaks– SLaks2011-10-19 02:14:06 +00:00Commented Oct 19, 2011 at 2:14
-
Start a second copy of VS, attach its debugger to the first one, and see what exception gets thrown.SLaks– SLaks2011-10-19 02:14:27 +00:00Commented Oct 19, 2011 at 2:14
-
Do you have a class file open when you try to remove the project? It happens to me if I have a class file open in the editor and try to remove the project it belongs to.Justin– Justin2011-10-19 02:17:18 +00:00Commented Oct 19, 2011 at 2:17
Add a comment
|
1 Answer
I've been having this problem for a while.
I have installed four extensions from the Online Gallery:
- I Hate #Regions v1.2.6
- Productivity Power Tools v10.0.20626.18
- Visual Studio Background Customizer v1.0
- Visual Studio Color Theme Editor v1.3
For me, the offending extension is Productivity Power Tools.
I have just confirmed this by turning off all of my extensions, then enabling one (and only one) at a time, removing a project from a solution, and then attempting to save the solution.
With Productivity Power Tools as the only enabled extension, I received the "Visual Studio has encountered an unexpected error" message.
Hope this helps.