new SFTP() - Error The specified module could not (wodSFTP / wodSFTP.NET / wodSFTPdll)
We have a Windows Service using the SFTP.net Component. It works fine since a few months on different servers. Now our client installed it on a new server Windows 2003 SP1 Standard Edition. Calling new SFTP() he gets the error The specified module could not be found. Exception from HRESULT 0x8007007E. We are using the SFTP.net version 3.0.4.19. The SFTP.net dlls are in the same directory as the service.
The service is running as LOCAL_SYSTEM and has Full Administrator rights.
Thanks for any help.
Kind regards
gw
Re: new SFTP() - Error The specified module could
GW,
do you use only wodSFTP.NET component, or also wodKeyManager.NET?
Kreso
Re: new SFTP() - Error The specified module could
GW,
do you use only wodSFTP.NET component, or also wodKeyManager.NET?
Kreso
Re: new SFTP() - Error The specified module could
Hello Kreso,
the wodKeyManager.NET DLL OnlyDo.Security.Cryptography.KeyManager.dll
is also in the directory. But we are not using it to generate or store keys.
The error occures in the following line
....
SFTP = new SFTP();
....
Kind regards
GW
Re: new SFTP() - Error The specified module could
Hi GW,
Would you be so kind to prepare simle sample which can duplicate that problem and send it to techsupport@weonlydo.com.
If you have more information for your problem please share it with us.
Hope I helped.
Regards,
Drazen
Re: new SFTP() - Error The specified module could
This sounds me like GAC problem - you had component in GAC when you made EXE, now you don't have it on Win2003 anymore..
Any chance you can move it to GAC?
Kreso
Re: new SFTP() - Error The specified module could
I have exact problem when running on windows2003.
but if I tried my code(C#.net2005) on another machine(windows2003) it run just fine. i don't know what exactly the problem is.
Can anyone help?
warayuth
Re: new SFTP() - Error The specified module could
Hi warayuth,
Please check if you have the component in GAC?
To do that run gacutil -l from command prompt.
Regards,
Damba
Re: new SFTP() - Error The specified module could
Thanks for fast support. I've fixed the problem by copy .dll to system32 folder. now it works.
thank you.