Click here to Skip to main content
15,887,340 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
While debugging a particular project in a solution, i get the above message box when the break point is hit. Thereafter I cannot debug the same.

Has anyone experienced this situation? Any ideas?
Posted

Did you remove a project from the solution recently? Try looking through the solutions .SLN file and seeing if there is a "ProjectReferences" line mentioning a .DLL or other component that you may have removed from the solution. If so, remove that line from the .SLN file and restart Visual Studio.
 
Share this answer
 
Is it a multithreaded application? If so, it may be that one of the threads threw an unhandled exception and caused the application to terminate. This will be especially true of .NET applications.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900