iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Working With Plugins > Problems With Plugins When Installing Iguana 4.0 Or Later Manually in an Iguana 3.3.2 Environment |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
If you are following the procedure described in Installing an Additional Iguana Server on Windows to manually install an Iguana 4.0 or later server on a system on which Iguana 3.3.2 is already running, you may run into problems with plugins that attempt to interact with the Iguana 4.0 or later server. You may see failure messages that look like this:
This is because Iguana 3.3.2 registers its .NET interface, IGC_csharp.dll, in the .NET Global Assembly Cache (GAC). DLL files that are registered in the GAC are used in place of those specified in the PATH environment variable. If Iguana 4.0 or later is installed manually, the IGC_csharp.dll file that Iguana 3.3 uses is found first, instead of the IGC_csharp.dll file that Iguana 4.0 or later uses.
To resolve this problem, you must:
You can also choose to recompile your plugins to work with Iguana 4.0 or later. To do this:
|