Deploying c# executables that uses dll's.

G

Guest

When I compile one exe then no big problems, but when the project consist
problem?

I recently discovered something that might explain the problems.
I appear to have 2 problems:

* I am missing a .config file that contains information about the used
dll's.

* I cannot run the code from a network driver directly, when I copy it to a
local folder then it just works.

And a 3rd problem thing was some missing VC++ 2002 dll's.
--> mfc70.dll, msvcp70.dll and msvcr70.dll

One of the dll's I used was a VC++ 2002 dll that contains a mixture of
managed and unmanaged code.
In order to let this thing compile, I had to use the dynamic loaded MFC
dll's.

It would be nice if the JIT compile somehow tells me that some dl's are
missing in order to execute this program.
The error I got so far did not help me in any way to find these simple
sollutions.
In fact it added more to the confusion and took longer to find the
sollutions.
 

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