New to WeOnlyDo (wodFtpDLX / wodFtpDLX.NET)

by Reggie Madrigal @, (7179 days ago)

I have just started using the WeOnlyDo software today. We have purchased the WodFTPDlx. I was trying to follow the sample for FTP connection in VB 6.0, and re-apply to VB.NET, I kept receiving the error, Could Not Execute, not connected.

I referenced the dll, and followed the sample, but still cannot connect. Any suggestions? Thanks.

locked

Re: New to WeOnlyDo

by Jasmine, (7179 days ago) @ Reggie Madrigal

Reggie,

try setting Blocking property to True. Seems to me you put some more code after calling Connect method. So, you assume it will connect and then execute your methods, but instead component tries to connect in the background - giving you error.

Can you try that?

locked