Re: I could not use it in window service by c# (General questions)
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:
- I could not use it in window service by c# - yinpengxiang, 2009-08-19, 08:17
- Re: I could not use it in window service by c# - wodDamir, 2009-08-19, 09:11
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-19, 10:46
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 12:21
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 13:56
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 15:14
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 15:18
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 17:19
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 17:47
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-21, 02:17
- Re: I could not use it in window service by c# - wodDamir, 2009-08-21, 09:06
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-21, 02:17
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 17:47
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 17:19
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 15:18
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 15:14
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 13:56
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 12:21
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-19, 10:46
- Re: I could not use it in window service by c# - wodDamir, 2009-08-19, 09:11