"Failed to load module from assembly C:\Documents and
Settings\Desktop\070327\MyCPPCLIProj.dll. Error was:
Could not load file or assembly 'MyCPPCLIProj, 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)"
Can also mention that I just recently was prompted to add the msvc?80d.dll
files.
Joachim
> > What dlls do I need to redistribute with an application made using C# and
> > C++/CLI for a Windows XP Pro SP2 PC? As far as I have understood the
[quoted text clipped - 11 lines]
>
> What is the exact error preventing your application from running?
Ben Voigt - 28 Mar 2007 23:17 GMT
> "Failed to load module from assembly C:\Documents and
> Settings\Desktop\070327\MyCPPCLIProj.dll. Error was:
[quoted text clipped - 7 lines]
> Can also mention that I just recently was prompted to add the msvc?80d.dll
> files.
You need to do a release build, which won't use the ......d.dll version.
Those dlls are only for debug build and mustn't be copied to other
computers.
> Joachim
>
[quoted text clipped - 16 lines]
>>
>> What is the exact error preventing your application from running?