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
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