Re: I could not use it in window service by c# - WeOnlyDo Discussion board

Re: I could not use it in window service by c# (General questions)

by wodDamir, Wednesday, August 19, 2009, 09:11 (5336 days ago) @ yinpengxiang

Hi,

Why don't you try using COM (.dll) instead?

Just add it as reference (Add Reference->Browse->System32->wodFtpd.dll), then initialize and declare the object by doing this:

[code]private wodFTPDComLib.wodFTPDComClass ftpd1 = new wodFTPDComLib.wodFTPDComClass();[/code]

Can you try something like that?

Regards,

Damba


Complete thread: