in visual studio 2008, when I stop debugging an asp classic website visual studio always crashes
- by yamspog
We are running visual studio 2008 (with the service pack) and having troubles when we are debugging an asp classic website.
We can attach to the w3p process and debug just fine. breakpoints work, we can view variable values. The difficulty arises when it comes time to detach or stop the debugger.
Every time we take either approach (detach or stop the debugger) we get a series of crashes from Visual studio.
Has anyone seen anything like this?
Any suggestions on what to look at?