G
Guest
When trying to deploy my C#/C++/CLI application on a Win XP Pro SP2 with .NET
FW 1.1 and 2.0 I get the following error when opening my C++/CLI application
with dependency walker:
Besides the MPR.DLL module in dependency walker there is a Delay-load module
warning. And when I run the application I get the following error:
Failed to load module from assembly C:\Documents and
Settings\Desktop\070327\MyCPPCLIWrapper.dll. Error was:
Could not load file or assembly 'MyCPPCLIWrapper, Version=1.0.2629.32412,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. This
application has failed to start because the application configuration is
incorrect. Reinstalling the application may fix this problem. (Exception from
HRESULT: 0x800736B1)
The MPR.DLL exists in the C:\WINDOWS\system32 folder. What could be the
problem?
FW 1.1 and 2.0 I get the following error when opening my C++/CLI application
with dependency walker:
Besides the MPR.DLL module in dependency walker there is a Delay-load module
warning. And when I run the application I get the following error:
Failed to load module from assembly C:\Documents and
Settings\Desktop\070327\MyCPPCLIWrapper.dll. Error was:
Could not load file or assembly 'MyCPPCLIWrapper, Version=1.0.2629.32412,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. This
application has failed to start because the application configuration is
incorrect. Reinstalling the application may fix this problem. (Exception from
HRESULT: 0x800736B1)
The MPR.DLL exists in the C:\WINDOWS\system32 folder. What could be the
problem?