T
Tom
I have built a VS 2005 C++ application (ported from VC++ 2003).
It's a WinForm app. It runs OK on the development system,
but when I try to deploy it on any other system, all users gets
an error box, "Application configuration Error. Try re-installing the
application. (Deployed using an MSI setup project).
I downloaded Dependency Walker, and it says that 2 DLL's
are not found:
DWMAPI.DLL, EFSADU.DLL
on the development machine. Well, it's true, they're not on the
development machine. I tried installing the BETA SP1 for
VS2005 standard edition - made no difference. I built in both
DEBUG and RELEASE configuations, no difference.
What the heck are the DLL's and how to fix the problem?
-- Tom
It's a WinForm app. It runs OK on the development system,
but when I try to deploy it on any other system, all users gets
an error box, "Application configuration Error. Try re-installing the
application. (Deployed using an MSI setup project).
I downloaded Dependency Walker, and it says that 2 DLL's
are not found:
DWMAPI.DLL, EFSADU.DLL
on the development machine. Well, it's true, they're not on the
development machine. I tried installing the BETA SP1 for
VS2005 standard edition - made no difference. I built in both
DEBUG and RELEASE configuations, no difference.
What the heck are the DLL's and how to fix the problem?
-- Tom