我装完visual studio 2005后,编译了一下程序好象都对劲,
但是我重新启动后,就出现以下这个页面,不管我怎么弄都
关不了它,结束进程也不行,晕!!!!Visual Studio just-In-Time Debugger
   An unhandled win32 exception occurred in explored.exe[1108]
 
   --Possible Debuggers----------------------------------
     Attach to process:visual studio 2005
     new instance of visual studio 2005    []set the currently selected debugger as the defaule.
    []manually choose the debugging engines.
               do you want to debug using the selected debugger?            [YES]     [No]

解决方案 »

  1.   

    不知道对楼主有没有帮助无法处理的 Win32 异常错误:(做下列步骤前备份注册表)1. 验证注册表项 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\shell 的值为c:\windows\explorer.exe 或 c:\winnt\explorer.exe。 
    2. 右键单击“任务栏”,然后单击“任务管理器”。 
    3. 在“任务管理器”窗口中,单击“进程”选项卡。 
    4. 从列表中选择您要调试的“映像名称”。例如,如果您要对记事本进行调试,请从列表中选择“Notepad.exe”。 
    5. 右键单击所选择的映像,然后单击“调试”。您可能会收到以下警告消息: 
    "WARNING:Debugging this process may result in loss of data.Are you sure you wish to attach the debugger?" 
    6. 单击“是”。此时将显示本文“症状”部分中提到的错误信息。