2

Greetings,

I have this annoying problem where my exception window in Visual Studio 2008 is replaced by a Windows pop-up dialog box (see images below). The exception detail can be quite usefull, so any help would be appreciated.

Visual Studio 2008 - Exception Window #1 http://img219.imageshack.us/img219/692/window.png

Windows Dialog - Exception Window #2 http://img27.imageshack.us/img27/8379/window2.png

BIBD
  • 15,107
  • 25
  • 85
  • 137
Sephrial
  • 1,207
  • 1
  • 13
  • 26
  • I am having the exact same issue. As with Sephrial my "Enable the Exception Assistant"-Option is enabled. Any other news here ?? – Nils Nov 23 '09 at 12:57

3 Answers3

2

I noticed this happening when I enable unmanaged code debugging in the project properties.

Dan Berindei
  • 7,054
  • 3
  • 41
  • 48
  • So, I assume disabling unmanaged code debugging then fixes the problem? – Sephrial Sep 07 '10 at 18:52
  • It fixed it for me, but since Nils fixed the problem without touching the project properties I'm guessing there are multiple causes for the problem. – Dan Berindei Sep 14 '10 at 06:05
2

Make sure the Exception Assistant is still enabled.

  • GoTo: Tools -> Options -> Debugging
  • Ensure "Enable the Exception Assistant" is checked
JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454
0

The question #239206 did help me.
Running

"%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /resetskippkgs

on the Commandline (as Administrator) did the trick for me

Community
  • 1
  • 1
Nils
  • 9,682
  • 6
  • 46
  • 72