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

Roll references back to previous Framework

0 Answers 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joel Palmer
Top achievements
Rank 2
Joel Palmer asked on 04 Jan 2013, 06:30 AM
I wrote some code for a Server 2003 machine.  Turns out, you can't implement Framework 4.5 on Server 2003.  As such, I had to roll back many of my base classes to framework 4.0 where they will sit until customers get rid of Server 2003. 

Up to this point, I have loved your WPF and Silverlight Upgrade Wizards.  However, they only seem to look forward so when I move to a new release of your product it upgrades everything on an older version.

Can you give me guidence on the best way to roll stuff back?  It doesn't seem that your wizard moves the versions backwards.  I am currently getting these kind of odd errors when debugging:

{"'Set connectionId threw an exception.' Line number '5' and line position '9'."}

Inner:

"Could not load file or assembly 'Telerik.Windows.Controls, Version=2012.3.1129.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)":"Telerik.Windows.Controls, Version=2012.3.1129.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7"

Line number 5 is this:

xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

 


No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Joel Palmer
Top achievements
Rank 2
Share this question
or