tdrinkhill
I'm trying to create a .NET windows application (console library) that uses the SmartFTP .NET interop.
When I call the FTP code from within a new thread, the application seems to hang on the line that instantiates the FTPConnectionMTA object.
When I run the code from the main thread, everything works fine.
Any idea what's going on and how to fix this?
Thanks,
Tim
When I call the FTP code from within a new thread, the application seems to hang on the line that instantiates the FTPConnectionMTA object.
When I run the code from the main thread, everything works fine.
Any idea what's going on and how to fix this?
Thanks,
Tim