|
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.
|
|
.dll.refresh files
From http://monsur.xanga.com/437206798/dllrefresh-and-aspnet:
To use it in a Winforms application just add reference to the dlls from the path specified in the How to start developing with Rebex FTP If you are new to the Rebex FTP you may also want to read the Quick Start Tutorial or check code from samples. You'll find there plenty of ready to use sample code for common tasks. |
|
Hi, You have trying to add refresh file in project. Please add the Rebex.net.dll from your hard drive. Please search in bin/Release folder where you save the ftp setup. If you have installed the setup then you can find in C://Program Files/Rebex/.. Folder. Hope this will help you. Regards |