Hello,
Thanks for your detailed screenshot of the issue! It seems that there is another debugger in our system. Please try to detach the process from the current debugger and then launch Visual Studio Debugger. Once Visual Studio Debugger is launched the exception will be highlighted automatically.
To disable just-in-time debugger, we need to use the registry editor to delete the following registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger
On a 64-bit machine:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\DbgManagedDebugger
For more information, please read:
http://msdn.microsoft.com/en-us/library/5hs4b7a6(VS.80).aspxBest regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the
All-In-One Code Framework!