This is a migrated thread and some comments may be shown as answers.

Winforms Update to Q2 2010 SP2

3 Answers 100 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marcel Härry
Top achievements
Rank 1
Marcel Härry asked on 13 Oct 2010, 11:00 PM
After Upgrade VS 10 told me about duplicate assemblys, one in GAC and others in c:\Users\Roaming\blabla...
VS Forms Designer was freezed, and so on...

i'm sure i messed it up myself but no idea when. Maybe it was a bad idea to copy some telerik assemblys to the bin folder
of my project (for simple later xcopy deployment).

what's best practices for update, should i uninstall and reinstall outside visual studio
or is it save/same functionality to use upgrade wizard inside VS.

(I use the upgrade wizard for asp.net ajax about more than a year now and havent had ever any issues)

3 Answers, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 13 Oct 2010, 11:09 PM
Hi,

What I usually do (and have never had any issues) is to:
* Uninstall current installation
* Reboot
* ReInstall new version
* Reboot
* Launch the upgrade project utility and upgrade my projects
* Open the project and change any code that has been depricated

This always works for me.
There is also a blog post about upgrading too

Hope that helps
richard
0
Marcel Härry
Top achievements
Rank 1
answered on 16 Oct 2010, 05:20 PM
Yes thanks, that helps, it's all working again now. I'm just a bit curios about this warning...

Warnung 1 "Telerik.WinControls.UI.GridSortField.FieldAlias" ist veraltet: "This property will be removed or next release." D:\hae\webs\matrix\matrixforms\matrixforms\frmMain.cs 1249 13 matrixforms

if i remove the line : gridSortField1.FieldAlias = null;  manually in frmMain.cs it's all ok,
but if i change anything by designer it's inserted again.

Sure, it's not a big problem but i d'ont have bigger ones...
0
Richard Slade
Top achievements
Rank 2
answered on 16 Oct 2010, 05:27 PM
Hi,

Don't worry too much about that. As the warning suggests, the property is still there at the moment but it doesn't do anything now and so will be removed. Because it is still one of the properties that can be assigned a value the designer will keep adding it until you next upgrade and the property is removed (then the designer will let you know that the property no longer exists)

Glad you have it all working
Regards,
Richard
Tags
General Discussions
Asked by
Marcel Härry
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Marcel Härry
Top achievements
Rank 1
Share this question
or