MSVCR80r.dll was not found

P

Peter

Hello,

I have visual studio 2005 installed,
a compiled program cannot run and it generates the error
MSVCR80r.dll was not found on the machine visual studio 2005 installed.

I thought it must be a FAQ. I searched the net and followed the
different suggestions from the link
below. it doesn't help
http://social.msdn.microsoft.com/Fo...c/thread/05f52f13-b015-4179-948d-2c799076f3b4


here is my *.exe.manifest:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT"
version="8.0
..50727.762" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></asse
mblyIdentity>
</dependentAssembly>
</dependency>
</assembly>

any suggestions to help this problem,

Thanks

Peter
 
D

David Lowndes

I have visual studio 2005 installed,
a compiled program cannot run and it generates the error
MSVCR80r.dll was not found on the machine visual studio 2005 installed.

Were all the components (EXE & DLLs) used by this program compiled by
your installation of VS2005? I'm wondering if some have been done with
other service pack versions?

Dave
 
P

Peter

David said:
Were all the components (EXE & DLLs) used by this program compiled by
your installation of VS2005? I'm wondering if some have been done with
other service pack versions?

some library components compiled by Visual studio 2003.
Could it be a problem?
Peter
 
D

David Lowndes

some library components compiled by Visual studio 2003.
Could it be a problem?

Peter,

I wouldn't have thought that would give rise to a warning about
msvcr80r.dll - which is VC2005.

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top