Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MSVCR80r.dll was not found

0 views
Skip to first unread message

Peter

unread,
Jul 6, 2009, 3:10:06 AM7/6/09
to

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/Forums/en-US/Vsexpressvc/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

David Lowndes

unread,
Jul 6, 2009, 3:34:35 AM7/6/09
to

>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

Peter

unread,
Jul 6, 2009, 10:47:43 AM7/6/09
to

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

David Lowndes

unread,
Jul 6, 2009, 11:45:10 AM7/6/09
to

Peter,

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

Dave

0 new messages