VC++ .net2 application doesn’t run on Windows 2000?

Monday, September 15, 2008 1:59
Posted in category IDE, Programming
Microsoft Visual Studio

Microsoft Visual Studio

Quite often there is a problem that VC++ applications won’t run on a Windows system that doesn’t have Visual Studio installed. The two most common reasons for that are:

- Missing VC++ runtime libraries
You can get them directly fromo Microsoft

- The application is compiled in “Debug” mode.
Some application require to be build in “Release” mode in order to work on systems that dont have Visual Studio installed

You can leave a response, or trackback from your own site.

Leave a Reply

Connect with Facebook