I'm evaluating edtFTPnet/Express, following the "How to build a GUI FTP client (with no code)".
When I drag a file from the remote directory to the local one, the transfer starts (and short ones finish sometimes) but after a while I get a
System.StackOverflowException was unhandled
An unhandled exception of type 'System.StackOverflowException' occurred in System.Windows.Forms.dll
and then the application quits.
I'm using VS 2005, C# application - but in this case I haven't writen any code yet.
Are there known problems with VS2005 / .NET 2.0?
-John