Hi,
I had this problem. I lloked for some solution and I found one that worked for me and which consists in disabling the DEP (Data Execution Prevention) features on Vista:
- Open a command prompt as Administrator
- type: bcdedit.exe/set {current} nx AlwaysOff
- reboot
The project should run fine
Dan
|
|