Our Company uses a Libary named Chilkat for Filetransport via FTP in an Windows Service.
The Windows Service is deployed on different Servers.
On one of the Server the we get an Exception that
the File or Assembly "Chilkat45.dll" is not found
The original german Exception Message is:
Die Datei oder Assembly "ChilkatDotNet46.dll" oder eine Abhängigkeit davon wurde nicht gefunden. Das angegebene Modul wurde nicht gefunden. Dateiname: "ChilkatDotNet46.dll"
I am sorry unlocalize.com had not the exact english equivalent message.
The Assembly is located in the same Folder where the bin is located.
On another Server the Software runs well, and the Assembly is found.
As ChilkatDotNet46.dll should be found, how can i exactly find out, what reference is missing on the Target System?