Problem to run application (Solved)

Post Reply
User avatar
Eroni
Posts: 71
Joined: Fri Jul 21, 2006 7:15 pm
Location: Criciuma/SC Brazil
Contact:

Problem to run application (Solved)

Post by Eroni »

Has anyone ever encountered this error when running your program soon after the generation of exe?
"The application can not be started because this MSVCR71.DLL missing on your computer, try to reinstall it remains to solve the problem."
What a dll windows (probably from msn) could have with the application that we are generating? This already happened in my win xp clients, and is now occurring on a machine with Windows 7, is a totally sporadically.
Last edited by Eroni on Mon Feb 08, 2010 6:47 pm, edited 1 time in total.
FWH 1709 BCC72 MySql MariaDB
Visual Studio 2019 / Xamarin / C#
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: Problem to run application

Post by James Bott »

Maybe this will help. I found this using Google.
I am using Windows 7, and I’m lacking MSVCR71.dll which is Microsoft Visual C Runtime library when using sendmail, the PostgreSQL PHP connector and curl. The MSVCR71.dll is probably bundled with .NET Framework 1.1 or something, but I couldn’t get those to install successfuly.
http://i.justrealized.com/2009/05/16/ho ... n-windows/

James
User avatar
Eroni
Posts: 71
Joined: Fri Jul 21, 2006 7:15 pm
Location: Criciuma/SC Brazil
Contact:

Re: Problem to run application (Solved)

Post by Eroni »

This file was called by oci.dll Oracle.
FWH 1709 BCC72 MySql MariaDB
Visual Studio 2019 / Xamarin / C#
Post Reply