|
ImageGlue 6 is a new version completely independent of the old.
It incorporates the ImageGlue5 namespace so that you can upgrade
with minimal changes to your code. When you want to take advantage
of the new features simply reference the new name.
Simply replace...
[Visual Basic]
Imports WebSupergoo.ImageGlue5
[C#]
using WebSupergoo.ImageGlue5
simply use,
[Visual Basic]
Imports WebSupergoo.ImageGlue6
[C#]
using WebSupergoo.ImageGlue6
Unless you have side-by-side versioning (available in Windows XP)
you will not be able to have multiple versions of ImageGlue installed
in the GAC. In this case you should install the relevant assemblies
in the bin directories of your application.
|