Hi
I'm working with Visual Studio .NET 2003 Enterprise Architect; when I debug
my application the error "Unable to find MSVCP80D.dll" occurs.
In the directory C:\winnt\winsxs I have only the dll MSVCP80.dll.
Instead I have the version 7.1 but my project requires 8.0 even if it is a
c++ 7.1 project.
I downloaded the dll from internet and i have put it in the classpath, but
when i launch the debug the error "Impossible to find the acces point for
MSVCP80D.dll" occurs.
Can anyone help me?
Thanks,
Mirko
Ale Contenti [MSFT] - 28 Nov 2005 18:03 GMT
Uhm... looks like something is compiled with VS 2005 (8.0).
Do you have a part of the project or an external library with depends on the 8.0 CRT?
Thanks!
Ale Contenti
VC++ Libraries
-----Original Message-----
From: Mirko M@discussions.microsoft.com
Posted At: Friday, November 25, 2005 8:23 AM
Posted To: microsoft.public.dotnet.languages.vc.libraries
Conversation: MSVCP80D.dll not found
Subject: MSVCP80D.dll not found
Hi
I'm working with Visual Studio .NET 2003 Enterprise Architect; when I debug
my application the error "Unable to find MSVCP80D.dll" occurs.
In the directory C:\winnt\winsxs I have only the dll MSVCP80.dll.
Instead I have the version 7.1 but my project requires 8.0 even if it is a
c++ 7.1 project.
I downloaded the dll from internet and i have put it in the classpath, but
when i launch the debug the error "Impossible to find the acces point for
MSVCP80D.dll" occurs.
Can anyone help me?
Thanks,
Mirko
Stephen MacKenzie - 13 Dec 2005 00:26 GMT
VS 2003 does use WinSxS. It seems like you might have had VS 2005 (or beta)
installed as well or you did at one time. That should be fine.
Does you app load a DLL or spawn another app that was built with either the
Whidbey Beta or VS 2005?
Thanks

Signature
Stephen MacKenzie
Microsoft Visual C++
> Hi
>
[quoted text clipped - 14 lines]
> Thanks,
> Mirko