VS crashes when accessing the solution property screens. Sigh!
-
I'm having consistent crashes when accessing the solution property screens (application, compile, debug, etc tabs). So if I open solution, and I double click My Project (which opens up the config screen), VS just immediately dumps out. If I reboot, the solution(s) start acting normal again. Just annoying. Has anyone else run into this? Any idea what causes it? Once the crashing starts when double clicking "My Project", a reboot has to be done to prevent the crashing. At times, that can be a pain in the ......
"There's no such thing as a stupid question, only stupid people." - Mr. Garrison
-
I'm having consistent crashes when accessing the solution property screens (application, compile, debug, etc tabs). So if I open solution, and I double click My Project (which opens up the config screen), VS just immediately dumps out. If I reboot, the solution(s) start acting normal again. Just annoying. Has anyone else run into this? Any idea what causes it? Once the crashing starts when double clicking "My Project", a reboot has to be done to prevent the crashing. At times, that can be a pain in the ......
"There's no such thing as a stupid question, only stupid people." - Mr. Garrison
I've had that happen once or twice. I solved it by navigating to the project folder in Explorer, enabling the "Show hidden files", finding and deleteing the myProject.suo file. Launch Visual Studio and open your project.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
I've had that happen once or twice. I solved it by navigating to the project folder in Explorer, enabling the "Show hidden files", finding and deleteing the myProject.suo file. Launch Visual Studio and open your project.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...