0 votes
by (8.4k points)
edited

I've purchased the full version of the component and want to start using it instead of trial version. Do I need to enter serial number somewhere, deploy a license file to a production machine or something like that?

1 Answer

0 votes
by (8.4k points)
edited by
 
Best answer

First, download the full version of your component. You'll obtain the download instruction when your order is processed.

Steps to replace the trial version with the full version:

  1. Install the full version of a Rebex component.
  2. Remove all references to trial Rebex DLLs from your projects.
  3. Add references to newly-installed full versions of Rebex DLLs.
  4. Rebuild your projects.

If you are still getting the "Trial version of Rebex SFTP for .NET has expired" error even though you have already installed the full version, updated the references, and recompiled, verify that:

  • There is no copy of the trial DLLs in your bin folders or any other folder you might be referencing. (See how to distinguish a trial and full Rebex DLL.)
  • Trial DLLs have not been published to the Global Assembly Cache.
  • Rebex DLLs are not being overwritten at application load time.
...