After installing Visual Studio I will sometimes get a Visual Studio dialog box stating that an unhandled exception occurred. What is that?
When you install Visual Studio, it installs feature called Just-In-Time (JIT) debugging. JIT debugging is a feature of Visual Studio that allows a developer the ability to debug a program that crashed right at the point it crashed even if Visual Studio was not previously running. If this behavior is not useful to you, which can be the case if the crashing program isn’t something you’re working on, it can be disabled or modified following the instructions at http://msdn2.microsoft.com/en-us/library/5hs4b7a6.aspx.
Related Questions
- When I try to copy a cell or range to a custom dialog box, I get an error message stating that locked cells cannot be changed. What does this mean?
- After installing Visual Studio I will sometimes get a Visual Studio dialog box stating that an unhandled exception occurred. What is that?
- I encountered a dialog box stating "Certificate Authority Is Expired" when I tried to access one of SEFCUs secure pages. What should I do?