in visual studio 2008, when I stop debugging an asp classic website visual studio always crashes

Posted by yamspog on Stack Overflow See other posts from Stack Overflow or by yamspog
Published on 2010-04-21T23:57:51Z Indexed on 2010/04/22 0:03 UTC
Read the original article Hit count: 583

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?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about debugging