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

Upgrade Q2 => Q3, upgrading reference

1 Answer 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jean
Top achievements
Rank 1
Jean asked on 12 Nov 2009, 02:10 PM
Is it a simple way to upgrade reference ? For telerik reporting, there is a good tool to do that and the installer create key AssemblyFoldersEx in registry.

The main problem is the project is under source control, in production environnement, it is a 32bit and me in x64, in c:\Program Files (x64)\... It was a nightmarre.

After the 3th project, i have found a solution to create a key like that (for x64)
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Silverlight\v3.0\AssemblyFoldersEx\Telerik]
@="C:\\Program Files (x86)\\Telerik\\RadControls for Silverlight Q3 2009\\Binaries\\Silverlight"

(without the Wow6432Node on x32).

=> clean solution, then rebuild, and the reference are updated

Have i missed something somewhere ?

Edit: OK, after reading Q3, i see VS addins => i have found the menu in VS (but finally my method works better for compiling on multiple computer where installation path are different, the Codeplex Toolkit use this registry).

1 Answer, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 12 Nov 2009, 03:59 PM
Hi Fabrice,

Currently we do not have the same tool that our Reporting product has but we will try to provide similar functionality in the near future. Our Silverlight extensions can be used to update all project references but the new assemblies will be downloaded to a local folder (not the installation one).

Thank you for your wonderful feedback it will indeed help us improve the user experience. I have updated your Telerik points.


Best wishes,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Jean
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or