G
Guest
I have built a .NET based service that uses a number of related 3rd party dlls.
If I compile my code into a dll and use this in a test app all is well -
however if I compile my code as a service and try to run the service I get
the following exception:
System.IO.FileNotFoundException: The specified module could not be found.
at CES.VendClientInt.VendClient.GetCardTypes(...)
at YQ_Epos_server.CodeHandler.start(...)
I have tried copying the appropriate dlls to c:\windows\system32 and to the
application directory but to no avail. How can I go about resolving this
issue - bear in mind I am relatively new to .NET development.
If I compile my code into a dll and use this in a test app all is well -
however if I compile my code as a service and try to run the service I get
the following exception:
System.IO.FileNotFoundException: The specified module could not be found.
at CES.VendClientInt.VendClient.GetCardTypes(...)
at YQ_Epos_server.CodeHandler.start(...)
I have tried copying the appropriate dlls to c:\windows\system32 and to the
application directory but to no avail. How can I go about resolving this
issue - bear in mind I am relatively new to .NET development.