MFC71.dll not found

  • Thread starter Eduardo Pavinato Klein
  • Start date
E

Eduardo Pavinato Klein

Hi all.

I've installed my application in a production machine and, to my surprise,
I've received a popup error message like 'MFC71.dll not found' and that I
needed to reinstall my application.

It seems that this library is not part of the .NET Framework. So why does
the application need it?

Any idea of the problem?

Thanks,
Eduardo Klein
 
E

Eduardo Pavinato Klein

Ok, I've found the problem.

It was in an unmanaged dll that my app uses. This dll uses MFC as a
dynamic library.

Is there a way to identify the set of libraries I need to install with
my application?

Thanks,
Eduardo.
 
P

Peter Huang [MSFT]

Hi

What is your application written by?
Usually the pure managed code deployment, we can create a setup project on
vs.net and it will help us to calculate the necessary library.
While for the unmanaged one, because some programmer will load some library
dynamically, so it is hard to track the needed library, it is the
programmer's responsibility to tell what is needed for the application.
Deploying Applications
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/ht
ml/vbcondeployingsolution.asp

Also we have specifed setup queue for dotnet setup issue.
microsoft.public.dotnet.framework.setup

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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