My old project was: VS 2008, using VB.Net and Telerik Q1 2009.
I've update project through Project Update utility but obtain a lot of error messages (see picture: http://pic.ipicture.ru/uploads/090710/IPanVnW98P.png ).
If I try to change version of dll's manually (from 2009.1.9.414 to 2009.2.9.701) - many errors appeared (actually during changing version of TelerikCommon.dll).
5 Answers, 1 is accepted
Ok. It would be very useful to manually change in all form's designers definitions SomethingForm.Designer.vb :
from
Inherits Telerik.WinControls.RadForm
to
Inherits Telerik.WinControls.UI.RadForm
RadForm and RadRibbonForm are moved from the Telerik.WinControls namespace to Telerik.WinControls.UI.
Hmm... May be improve this Project Update utility to allow this automatically? Now it's only change version number in ***.vbproj file.
Thanks for writing and for the screenshot provided.
The Project Update Utility updates a Project by changing the project's assembly references to newer versions. However, this utility does not update code differences that might occur due to different DLL versions.
Since we have introduced some breaking changes (for instance RadForm is no longer member of the Telerik.WinControls namespace, it has been moved to the Telerik.WinControls.UI namespace), I suggest you take a look at the "What's New" list on our website and also consider the breaking changes that we introduced in this release:
http://www.telerik.com/products/winforms/whats-new/release-history/q2-2009-version-2009-2-9-701.aspx
I hope this is helpful. Do not hesitate to write back if you still experience any impediments while updating to Q2 2009.
Sincerely yours,
Deyan
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Thanks for writing. Before installing any other version of RadControls for WinForms, you should make sure that you have completely removed the older versions since wrong DLL versions are the most probable reason for errors like the one you report. After uninstalling an older version, take a look at the GAC (Global Assembly Cache of Windows) whether there are not any Telerik.WinControls.* DLLs and also make sure the TelerikCommon.dll is removed.
After that you should install the new version (it is important that Visual Studio instances are not running while installing) and make sure that all references in your projects are to the correct version.
Please, check all these steps mentioned above and let me now if you still need assistance or experience further issues when upgrading.
Kind regards,
Deyan
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Thanks again for your help....