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

RadChart Control and Q1 2009 version

4 Answers 138 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Susan
Top achievements
Rank 1
Susan asked on 19 Mar 2009, 09:05 PM
Hello,

I upgraded from the Q3 2008 to the Q1 2009 and when I drag the Rad Chart Control the designer can not generate the control.

I saw a post in this forum that someone else had the same issue and the admin gave him a hotfix which should fix that.

I got the zip file and unzipped it and I saw the App_Data, Bin, Bin35 ,etc folders.

So I copied them and pasted them in my C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2009 folder thus overriding the existing folders - the hotfix did not have an installer file.

Then everything stopped working - my datagrid, my scheduler - everything.

So I went and uninstalled everything, removed the references from my project and re-installed and re-added my controls.

So Now I am back at square 1 - I have the Q1 2009 version and I can't use the RadChart control.

Please help me out to resolve this issue.

I am thinking - should I remove all references from my app, copy the folders and then re-add the references to my application and re-add the controls??? OR do you have a hotfix with an installer and some instructions on how to handle it?

Thanks

Susan

4 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 23 Mar 2009, 08:46 AM
Hi Susan,

RadControls setup program installs two versions of the Telerik.Web.Design assembly in the GAC - one for .net 2.0 and another for .net 3.5. You need to replace these assemblies too. You can find them in the corresponding bin/bin35  folders in the _hotfix archive.

All the best,
Ves
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Susan
Top achievements
Rank 1
answered on 25 Mar 2009, 03:13 AM
I followed your suggestions and I replaced the files under theC:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2009 directory and in the GAC I added the telerik.Web.Design version 2009.1.313.35.
As a result all of  the Telerik controls dsappear from my toolBox in VS 2008.

So I tried to add the items to the toolbox :
   I re-added the reference to the Telerik.Web.UI.dll from my project
     Right Clicked on the toolbox and selected choose items
    Clickedn on Browse and then selected the telerik.Web.UI.dll, located in the Bin fodler  - clicked OK
    An error message came up saying that there was an error loading the Telerik.Web.UI.dll assembly.The exact message is:
"There was an error loading types from assembly Telerik.Web.UI.dll. Could not load file or assembly System.Web.Extensions version 1.0.61025. The system could not find the file specified.

 In general I see many instances when the controls are looking for that specific version of the System.Web.Extensions assembly. In my project the System.Web.Extensions version is v2.0.50727 which is the one that comes with .Net 3.5

Do you have a hotfix installer that will take care of all of that - replacing the Items in the toolbox and also the .dll references,etc.
I really need to get this working for a demo - plz help me.

Thanks

Susan





 
0
Accepted
Ves
Telerik team
answered on 26 Mar 2009, 04:41 PM
Hello Susan,

In the hotfix file you will find a bin and a bin35 folder. The bin folder contains the assemblies for ASP.NET 2.0 i.e. those referencing System.Web.Extensions 1.0.61025. In the bin35 folder  you will find the assemblies for ASP.NET 3.5, referencing System.Web.Extensions v 3.5.0.0 (which I believe is the version of your System.Web.Extensions.dll). You can find more details in the following help topics:

Finally -- yes, you can find an installer for download, following this path: YourAccount -> Free Trials (Under "Your Products") . Now choose the Latest Internal Builds for RadControls for ASP.NET AJAX.

Best regards,
Ves
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Susan
Top achievements
Rank 1
answered on 27 Mar 2009, 06:48 PM
Thanks very much. The instructions u gave me resolved the issue.

Susan
Tags
General Discussions
Asked by
Susan
Top achievements
Rank 1
Answers by
Ves
Telerik team
Susan
Top achievements
Rank 1
Share this question
or