new SFTP() - Error The specified module could not - WeOnlyDo Discussion board

new SFTP() - Error The specified module could not (wodSFTP / wodSFTP.NET / wodSFTPdll)

by GW, Monday, June 26, 2006, 14:55 (6534 days ago)

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

by wodSupport, Monday, June 26, 2006, 15:35 (6534 days ago) @ GW

GW,

do you use only wodSFTP.NET component, or also wodKeyManager.NET?

Kreso

Re: new SFTP() - Error The specified module could

by GW, Monday, June 26, 2006, 15:44 (6534 days ago) @ wodSupport

GW,

do you use only wodSFTP.NET component, or also wodKeyManager.NET?

Kreso

Re: new SFTP() - Error The specified module could

by GW, Monday, June 26, 2006, 15:48 (6534 days ago) @ GW

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

by wodDrazen, Monday, June 26, 2006, 17:44 (6534 days ago) @ GW

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

by wodSupport, Tuesday, June 27, 2006, 00:01 (6534 days ago) @ wodDrazen

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

by warayuth, Tuesday, January 30, 2007, 16:08 (6316 days ago) @ wodSupport

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

by wodDamir, Tuesday, January 30, 2007, 16:15 (6316 days ago) @ warayuth

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

by warayuth, Thursday, February 01, 2007, 04:15 (6315 days ago) @ wodDamir

Thanks for fast support. I've fixed the problem by copy .dll to system32 folder. now it works.

thank you.