Hi,
I am upgrading my projects to the version9.1.
the projects are being upgraded successfully, and when i build it's working fine.
My problem is when i try to go to the designer of the form, i am getting the following error many times.
i checked the licence and i found that it's referencing to the version 5.3 (which is also installed on my pc)
is there a way to enforce the use of version 9.1?
ps: i already had this problem when i was using version 8.1 also. i always had to close the project after debugging and then reopening it.
The general solution to this problem is to clear out the contents of the licenses.licx file, and possibly delete the contents of the bin\obj directories. In most cases, it happens to be the licenses file that is causing the designer to try to load multiple versions of the assemblies, however.
-Matt
Thks. It's worked for me