Deployment problem with mixed mode dll

  • Thread starter Thread starter rudi
  • Start date Start date
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
 
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
 
Back
Top