A user writes:
Please advise:
I'm getting the following error message when I try to BUILD the solution in VS2003.
C:\_vb\FTP_edtFTP\edtftpnet-1.2.5\src\net\ftp\FTPFileFactory.cs(136):
The type or namespace name 'OS400FileParser' could not be found (are you missing a using directive or an assembly reference?)
What is OS400FileParser and how do I find it?
We build edtFTPnet/Free from the command-line, and occasionally forget to check that the Visual Studio project file is up to date. In this case the OS400FileParser.cs file is missing from the project.
You simply need to add it to the project - it is in the same directory as rest of the source.