In my application that uses the Xceed FTP library, I reference the FTP and the FileSystem libraries. When I build the application, 3 DLL files are copied to my program folder (Xceed.Compression.PPMd.dll, Xceed.FileSystem.dll, and Xceed.Ftp).
When a user tries to run the program, they get an error message stating that the Xceed.Compression.dll file can not be found. Exactly what files do I need to distribute and why are they not copied to my program folder along with the 3 DLLs I mention above?
I am using VS.NET 2008, C#, and building for framework 2.0.
Thanks Cjr