I've just downloaded the evaluation of edtFTPnet/Express. I'm using VB.NET in Visual Studio 2008. I'm working through the "How to build a GUI FTP client (with no code)" help document. When I try to save the project, I receive an error indicating "Object reference not set to an instance of an object.".
This error appears to be related to the FTPConnectionEditor control. It does not appear to recognize the FTPConnection control on the form. The Connection property of the FTPConnectionEditor does not allow me to select the FTPConnection object. When I remove the FTPConnectionEditor from the form, the error goes away.
Anyone have a suggestion for me on how to get past this error? I've tried removing the controls and re-adding them, but experienced the same results.
Thanks!