I have a VS 2010 C++ application that is developed as a console app. When I build the application and run it on my developmetn PC, the application runs as expected. When I take the EXE and put it on the server to be ran, I get an error code = 80004002, code meaning = No such interface supported
I have .Net frame work 4.0 on the server, I installed the C++ 2010 redistributable files. Still get the same error.
Any ideas where to look next?
When I build a debug version and run it, it jsut gives an R6010 abort() has been called message.