With DEP on, there may be some problem when using Dynamic Web TWAIN
on Windows Vista/7/2008. And you can choose one of the following ways
to turn off DEP:
Option 1:
- Run Command Prompt as administrator.
- In the command prompt, type bcdedit.exe /set {current} nx AlwaysOff and press Enter.
- You should get a success message back.
- Close the command prompt.
- Restart the computer to apply.
Option 2:
- Run Command Prompt as administrator.
- Call "$(DevEnvDir)..\VC\vcvarsall.bat" x86.
- Type editbin /NXCOMPAT:NO $(TargetPath) and press Enter.
- Close the command prompt.
- Restart the computer to apply.