+1 vote
by (8.4k points)
edited

I have to upgrade to newer version of Rebex components. I already downloaded and installed the new package. How do I replace the old version with the new one?

1 Answer

+1 vote
by (58.9k points)
edited
 
Best answer

Please follow this instruction to deploy/use the newer version of Rebex components:

Steps to replace old version with newer version

  1. Remove the references to the old version dlls from your project.
  2. Replace old version dlls with the new version dlls.
  3. Add references to the new dll files to your project.
  4. Recompile your project.

Now your project is using the new version of Rebex components.

by (58.9k points)
Some customers reported that they also needed to restart Visual Studio after step 1.
...