Interessanter Microsoft Link zum Thema:
http://support.microsoft.com/kb/2279689
Zitat:
The root cause of this problem is a change made in Windows Server 2008 R2 to the time when the tsappcmp.dll module (Remote Desktop Services Application Compatibility
DLL) gets initialized, which consequently causes your application to call
DLL functions before it establishes a link to functions within the
DLL.
Und
Zitat:
To resolve this problem, do either of the following four options:
1. Exclude the application that has the error occurring from Data Execution Prevention (DEP).
2. Add the /TSAWARE linker option to build your application.
3. Add the /TSAWARE option with editbin.exe tool.