Posted 20 years ago
by brianhal
I installed v3.0.0103 earlier today. After the installation process, I did the following for our existing project:
1) In VS I deleted my old reference to v2 ActiproSoftware.Wizard.dll and added a new one to the v3 one.
2) Added references to ActiproSoftware.Shared.dll and ActiproSoftware.WinUICore.dll.
3) I copied the Actipro line from the test project license.licx file into our project's .licx file. (I originally left the old v2 line in there, but later removed it completely).
4) Modified the InitializeComponents method (removing Controls.Add lines) per the v2->v3 conversion documentation
5) Cleaned up some renderer and event name changing issues.
Upon rebuilding, I am getting the About Wizard nag screen that says:
Version 2.00.0080 (Full Release) ... One license is required for EACH developer in a project that uses the component ...
We have a site license and assuming I've done the above steps correctly I'm not sure why we're getting the nag screen and why it is referencing the v2 version instead of v3.
I read through the Licensing FAQ and tried adding the dll to the common properties reference path with no luck.
I could uninstall v2 and/or remove it from the GAC, however, we have older versions of the project that are based on the v2 version and if we need to go back and fix any bugs in those releases I wanted to have access to the v2 version. I'm assuming both versions of the dll can co-exist and that we can maintain our older projects based on v2 while doing all new development in v3. Is this a correct assumption?
Thanks in advance for any help you can provide.
Brian
1) In VS I deleted my old reference to v2 ActiproSoftware.Wizard.dll and added a new one to the v3 one.
2) Added references to ActiproSoftware.Shared.dll and ActiproSoftware.WinUICore.dll.
3) I copied the Actipro line from the test project license.licx file into our project's .licx file. (I originally left the old v2 line in there, but later removed it completely).
4) Modified the InitializeComponents method (removing Controls.Add lines) per the v2->v3 conversion documentation
5) Cleaned up some renderer and event name changing issues.
Upon rebuilding, I am getting the About Wizard nag screen that says:
Version 2.00.0080 (Full Release) ... One license is required for EACH developer in a project that uses the component ...
We have a site license and assuming I've done the above steps correctly I'm not sure why we're getting the nag screen and why it is referencing the v2 version instead of v3.
I read through the Licensing FAQ and tried adding the dll to the common properties reference path with no luck.
I could uninstall v2 and/or remove it from the GAC, however, we have older versions of the project that are based on the v2 version and if we need to go back and fix any bugs in those releases I wanted to have access to the v2 version. I'm assuming both versions of the dll can co-exist and that we can maintain our older projects based on v2 while doing all new development in v3. Is this a correct assumption?
Thanks in advance for any help you can provide.
Brian