I have both NETAdvantage 2003 vol3 and 2009.2 installed on my development machine.
Using the UltraDockManager:
When I hover it in the toolbar, it's version 9.2.20092.1003.
When I drop the same control on a form, and check the "about" property, it's version 3.0.20033.16. The product key that is displayed is also the one associated with the 2003 version.
I definitely want to use the newer version of the control. How do I drag it on the form and be sure to get the newest version?
Any help/input would be appreciated.
Thanks in advance!
Try to run the toolbox utility again. If you want to change it manually, delete the reference to the dll of UltraDockManager and add the 9.2 dll
I removed the reference to the old version of the same control and now it works.
Thanks.