I am maintaining some C# and VB6 code that uses Rebex ftp. These are MS Windows application, not web applications. All developers who wrote the code I am maintaining have left the project so I am having to figure out how to use Rebex for a new windows application I am writing in C#.
Here is my question. I notice in the C# code at the top of the source code that they have a using statement
"using Rebex.Net"
But I don't see how they are referencing any type of Rebex dll file. I did a search of my hard drive and discovered two files Rebex.Net.Ftp.dll.refresh and Rebex.Net.ProxySocket.dll.refresh. Odd since I excpected these files to just have a .dll extension and not the .refresh extenstion?
If these are the appropriate dll's then how do I reference them in my project? What I have tried is the following, but it does not work.
1. Right click on the references folder in the Visual Studio IDE for the project I have created.
- Select "Add Reference" and go to the "Browse" tab. Select the Rebex.Next.Ftp.dll.refresh
Step 2 fails and I get this error message in a popup message box:
A reference to 'C:\Project\Rebex.Net.Ftp.dl.refresh could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM oomponent.