Deployment problem with mixed mode dll

R

rudi

Hi everybody,

I have a problem with a mixed mode application. It consists of an
unmanaged C++ dll, a "mixed mode" dll and various VB.NET dlls using the
mixed mode dll to talk to the unmanaged dll.

When running on a development machine, everything works just fine. But
when deploying on a production machine, there is an error: the mixed
mode dll or one of its dependencies can not be found.

"System.IO.FileNotFoundException: File or assembly name XXXX, or one of
its dependencies, was not found."

Obviously there has to be a difference between the development and the
production machine. Probably the program requires an additional dll
which comes with VS.NET but is not installed on the production machine.

What would be the best way to find out what the problem is?

This might be a stupid question, but unfortunately I noticed this
problem very late in the development process, so this is kind of
urgent.

best regards,

Rüdiger Klaehn
 
M

Marcus Heege

What version of VC are you using?

Hi everybody,

I have a problem with a mixed mode application. It consists of an
unmanaged C++ dll, a "mixed mode" dll and various VB.NET dlls using the
mixed mode dll to talk to the unmanaged dll.

When running on a development machine, everything works just fine. But
when deploying on a production machine, there is an error: the mixed
mode dll or one of its dependencies can not be found.

"System.IO.FileNotFoundException: File or assembly name XXXX, or one of
its dependencies, was not found."

Obviously there has to be a difference between the development and the
production machine. Probably the program requires an additional dll
which comes with VS.NET but is not installed on the production machine.

What would be the best way to find out what the problem is?

This might be a stupid question, but unfortunately I noticed this
problem very late in the development process, so this is kind of
urgent.

best regards,

Rüdiger Klaehn
 

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