| | | Forum Newbie
       
Group: Forum Members Last Login: 9/23/2005 4:10:00 PM Posts: 4, Visits: 1 |
| Hi: I have created a VB.NET Libary Class that uses the WsftpApi.CreateConnection object: mFtpConn = mWsftpApi.CreateConnection(HostName, UserName, Password, WsftpConnectionTypes.WSFTP_CT_FTP, 21) I call the function that references this code from another VB Windows Forms application. The first attempt works, I successfully upload a file. If close down the program compley, everything is fine. Only when I try to run the same process about 5 seconds, does it fail on the code referenced above. The error I receive is: An unhandled exception of type 'System.NullReferenceException' occurred in datatransfer.dll Additional information: Object reference not set to an instance of an object. Any thoughts? Thanks. |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 9/23/2005 4:10:00 PM Posts: 4, Visits: 1 |
| I found the solution to this issue was to upgrade from 8.0 to 8.1, this resolved the issue. |
| |
|
|