Testwin 32.exe system error using visual studio 2010

Asked By 0 points N/A Posted on -
qa-featured

Hi guys

I have been using Visual Studio 2008 with windows 32 bit, and I created a C++ application that worked just perfectly. Now recently I have installed Visual Studio 2010. When I compiled the C++ application with Visual Studio 2010 and ran it on a 2008 server, I was met with an error. It was fully patched but totally clean.

I have attached the screenshot of the error below:

The program can’t start because MSVCR100 is missing from your computer

The message states:

The program can’t start because MSVCR100 is missing from your computer. Try reinstalling the program to fix this problem.

The next thing I did was to create a new C++ application using Visual Studio 2010 and tested it on my machine. Now the problem should have been solved but unfortunately the same was seen on my screen again.

Does anyone has any idea what might be wrong? I have tried my best but now I am at my wits end.

Any help in this regard will be highly appreciated.

Kindest regards.

SHARE
Best Answer by Cohen Wible
Answered By 0 points N/A #143563

Testwin 32.exe system error using visual studio 2010

qa-featured

Hi,

The problem is because of a missing dll file name MSVCR100(quite clear from the message). It could have been deleted accidentally by a malware or other virus so I'd recommend that you do a system scan with any good antivirus. So solve the issue download the dll file from:
And then copy paste in the system 32 folder. The folder is located in C:WindowsSystem32.
Best Answer
Best Answer
Answered By 0 points N/A #143564

Testwin 32.exe system error using visual studio 2010

qa-featured

Your issue might be related to using different versions of the Visual Studio package, and the operating system you are trying to use it with, or there is a possibility that current package you have installed might be damaged. Try installing an updated version of the C++ Visual Studio Redistributable package to your current system, here's the link:

http://www.microsoft.com/en-us/download/details.aspx?id=14632

If this doesn't work, try reinstalling the whole Visual Studio on your 2008 server, and make sure all are updated.

Related Questions