Visual Studio crashes when opening the form with SLIK-DA or SLIK-DAC
When I attempt to open any form that contains SLIK-DA or SLIK-DAC, the development environment crashes. I am using Windows 7. How can we resolve this problem?
Windows Vista, Windows Server 2008 and Windows 7 have increased the security. Part of the increase is within the Data Execution Prevention (DEP). We have found that when we disable DEP Visual Studio does not crash.
Please open a command prompt with Admin privileges and run the command below exactly as it appears.
bcdedit.exe /set {current} nx AlwaysOff
You can enable it again with:
bcdedit.exe /set {current} nx AlwaysOn
If you run this command and you are not able to start Windows, then run Windows in safemode and enable it again, using the command above. Start Windows in safemode by pressing F8 during bootup.
You MUST Reboot after Disabling or Enabling DEP.