I have a DLL right now that is on a file server in our company.
We are trying to link a program to that DLL using MTS and I can't seem to get it to work.
Any suggestions or code??
Thanks
Printable View
I have a DLL right now that is on a file server in our company.
We are trying to link a program to that DLL using MTS and I can't seem to get it to work.
Any suggestions or code??
Thanks
What is the problem?
Have you import the DLL into the MTS package already. After that you need to export the package to create the Client file to run on the client machine.
Regards.