This question is locked. New answers and comments are not allowed.
Hello,
We are currently on Silverlight5_2012_2_0725 and as we prepare to upgrade to the latest we installed RadControls_for_Silverlight5_2013_3_1016_Dev on our production build servers in parallel using the MSI.
First of here is how we are referencing Telerik controls (And we don't wan't to use hint path or reference Telerik from our solution - we'd rather reference it from its install path. makes Blend happy.)
<Reference Include="Telerik.Windows.Controls, Version=2012.2.725.1050, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
Now back to our experience / issue:
We are currently on Silverlight5_2012_2_0725 and as we prepare to upgrade to the latest we installed RadControls_for_Silverlight5_2013_3_1016_Dev on our production build servers in parallel using the MSI.
First of here is how we are referencing Telerik controls (And we don't wan't to use hint path or reference Telerik from our solution - we'd rather reference it from its install path. makes Blend happy.)
<Reference Include="Telerik.Windows.Controls, Version=2012.2.725.1050, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
Now back to our experience / issue:
- Right after installing silverlight projects start complaining :
- Same issue on local machines that installed 2013_3_1016 in parallel. So on local machines we just reinstalled 2012_2_0725 with Visual studio extension enabled. And that fixed the reference issue locally.
- So we gave it a shot and re-installed on build server - difference being the build server does not have VS installed so naturally Telerik MSI did not offer to install VS extensions.
unfortunately this did not fix the issue.
How do we fix this?
**Having 2012_2_0725 working again is a must and a priority for our team.**
Second in order for us to upgrade we will need to run both versions in parallel with out a hint path. Just by changing the Version=2012.2.725.1050. This is how we do it with other control vendors.
***Please note that we are not trying to use different versions of the control set in the same project. Just being able to build two separate application one old with 2012_2_0725 and another upgraded with a 2013_3_1016.
Thank You for your help!
How do we fix this?
**Having 2012_2_0725 working again is a must and a priority for our team.**
Second in order for us to upgrade we will need to run both versions in parallel with out a hint path. Just by changing the Version=2012.2.725.1050. This is how we do it with other control vendors.
***Please note that we are not trying to use different versions of the control set in the same project. Just being able to build two separate application one old with 2012_2_0725 and another upgraded with a 2013_3_1016.
Thank You for your help!