about vc 2005
-
Dear all I created a console application in vc 2005. but when I transfer the exe program to another computer and click on it to execute I get following error : " The application has failed to start because the application configuration is incorrect reinstalling the application may fix this problem. " could you please let me know what is the reason of this error. regards Mahdi
-
Dear all I created a console application in vc 2005. but when I transfer the exe program to another computer and click on it to execute I get following error : " The application has failed to start because the application configuration is incorrect reinstalling the application may fix this problem. " could you please let me know what is the reason of this error. regards Mahdi
Hey, Mahdi, well you should make your console project as Static link library when you choose CLR Console Application in the "new project wizard" check the checkBox of "Staticly linked library" (on the left) that should solve your problem Regards
-
Dear all I created a console application in vc 2005. but when I transfer the exe program to another computer and click on it to execute I get following error : " The application has failed to start because the application configuration is incorrect reinstalling the application may fix this problem. " could you please let me know what is the reason of this error. regards Mahdi
Possibly your application was linked with the runtime dynamic library and the target computer (it is the dafault linker option) has not such a library installed. If so then you have to install it via the
Microsoft Visual C++ 2005 Redistributable Package (x86)
[^] on such a machine. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Dear all I created a console application in vc 2005. but when I transfer the exe program to another computer and click on it to execute I get following error : " The application has failed to start because the application configuration is incorrect reinstalling the application may fix this problem. " could you please let me know what is the reason of this error. regards Mahdi
Basically you have to install Microsoft Visual C++ 2005 Redistributable Package (x86)[^] in the fresh pc. Check out this article[^] too. Regards, Jijo.
_____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.