T
TC
I posted this question earlier, but didn't receive a reply, so I'm
going to rephrase it and try again.
I have a VB.NET application which requires a COM DLL. When I add a
reference to the DLL, Visual Studio creates an Interop DLL. That seems
okay. I can compile the application and run it on my development
computer.
When I copy the executable and all the DLLs over to the production
computer, however, the system does not use the COM DLL I put in the
application folder. It uses a different DLL which has a bug and causes
my application to fail.
Why is the system using the wrong DLL? How do I force it to use the
right one?
-TC
going to rephrase it and try again.
I have a VB.NET application which requires a COM DLL. When I add a
reference to the DLL, Visual Studio creates an Interop DLL. That seems
okay. I can compile the application and run it on my development
computer.
When I copy the executable and all the DLLs over to the production
computer, however, the system does not use the COM DLL I put in the
application folder. It uses a different DLL which has a bug and causes
my application to fail.
Why is the system using the wrong DLL? How do I force it to use the
right one?
-TC