I have a C++ app that loads lot of C++ DLL and few selected C++\\CLI ones. On one of the machines (Windows Server 2003 SP2) on start-up I was getting error message
I see you loading winsta.dll - an issue on the MSDN forums (and common with a server application I'm developing) shows that Terminal Services on XP/2003 causes a loading error for C++/CLI mixed-mode DLLs (at least for CLR2) on TS sessions. A workaround would be to use VNC/similar.