|
@peterulven
I will show you how to disable Just in Time debugging with RegEdit.
And then after you disable restart and recompile your setup, and tell if it works.
First of all backup your registry in case that this dont work.
__________________________________________________ ______
To disable Just-In-Time debugging by editing the registry
1. Open RegEdit as administrator
2. In the Registry Editor window, locate and delete the follow registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\Cu rrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\DbgManagedDebugger
3. If your computer is running a 64-bit operating system, delete the following registry keys also:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ WindowsNT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ .NETFramework\DbgManagedDebugger
5.
Take care not to accidentally delete or change any other registry keys.
6.
Close the Registy Editor window.
|