View Single Post
  #4  
Old 19-07-2013, 08:25
JustFun's Avatar
JustFun JustFun is offline
Registered User
 
Join Date: Jan 2013
Location: Bosnia and Herzegovina
Posts: 343
Thanks: 1,539
Thanked 446 Times in 168 Posts
JustFun is on a distinguished road
@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.
Reply With Quote