google-code-export / zscreen

Automatically exported from code.google.com/p/zscreen
1 stars 0 forks source link

Program won't close #515

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to a FTP account that the connection is refused
2. Attempt to close program
3.

What is the expected output? What do you see instead?

System.NullReferenceException: Object reference not set to an instance of an 
object.
   at Starksoft.Net.Ftp.FtpClient.Close()
   at UploadersLib.FTP.Dispose()
   at ZSS.FTPClientLib.FTPClient2.FTPClient2_FormClosing(Object sender, FormClosingEventArgs e)
   at System.Windows.Forms.Form.WmClose(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

What version of the product are you using? On what operating system?
Copy text from Debug tab

System.NullReferenceException: Object reference not set to an instance of an 
object.
   at Starksoft.Net.Ftp.FtpClient.Close()
   at UploadersLib.FTP.Dispose()
   at ZSS.FTPClientLib.FTPClient2.FTPClient2_FormClosing(Object sender, FormClosingEventArgs e)
   at System.Windows.Forms.Form.WmClose(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Please provide any additional information below.

Original issue reported on code.google.com by FlapJac...@hotmail.co.uk on 28 Jul 2011 at 2:33

GoogleCodeExporter commented 9 years ago
http://zscreen.googlecode.com/files/ZScreen-4.7.3.2812-dev-setup.exe :)

Original comment by mcored on 23 Oct 2011 at 5:09