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

After upgrade to 1001 the references doesn't work

4 Answers 57 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 2
Jose asked on 05 Nov 2008, 05:53 PM
Hi.

I just upgraded my website to use the latest version of RadControls for ASP.NET AJAX (2008.Q2 1001) but when I deployed the website it didn't recognize the new versions, so I had to modify the web.config file to downgrade the version to 723.

After reviewing the new dlls I noticed that the dates are correct, but for some reason they don't work on my server.

Also, the Telerik.Web.UI.dll has a date of 9/30/2008 2:21 PM, which seems old. All other dlls have 10/8/2008.

My Web.Config file has the following entries:

<

 

add assembly="Telerik.Charting, Version=2.0.5.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>

 

<

 

add assembly="Telerik.ReportViewer.WebForms, Version=2.8.8.925, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

 

<

 

add assembly="Telerik.Reporting.Processing, Version=2.8.8.925, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

 

<

 

add assembly="Telerik.Reporting, Version=2.8.8.925, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

 

<

 

add assembly="Telerik.Reporting.Interfaces, Version=2.8.8.925, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

But after the deploy I had to change it back to:

 

<

 

add assembly="Telerik.Charting, Version=2.0.3.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>

 

<

 

add assembly="Telerik.ReportViewer.WebForms, Version=2.8.8.723, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

 

<

 

add assembly="Telerik.Reporting.Processing, Version=2.8.8.723, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

 

<

 

add assembly="Telerik.Reporting, Version=2.8.8.723, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

 

<

 

add assembly="Telerik.Reporting.Interfaces, Version=2.8.8.723, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>


 

 

How can I fix this?

Thanks.
Jose Guay

4 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 06 Nov 2008, 09:23 AM
Hello José,

Do you get any specific errors? Can you try removing all RadCharting references?


Greetings,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jose
Top achievements
Rank 2
answered on 06 Nov 2008, 03:08 PM

Hi Peter.

 

Well, The specific error was that the app was unable to find the specified reference, so, by changing back to the older version it worked.

 

Now, I made it work already, but in order to do it, I had to change some things. I will list them so others can see what happened:

 

1.       Remove all references to the Telerik controls (Telerik.Charting.dll, Telerik.Web.UI.dll, Telerik.Reporting.*.dll)

2.       Click on “Show All Files”

3.       Go to the Bin folder and remove all cached references of the dlls

4.       Add back the new references

5.       Set the Copy Local property of all dlls to True.

6.       Rebuild the application

7.       Deploy (publish or ftp or copy files to the server)

 

That fixed the issue with references but I think step 3 was the one that did the trick.

 

Thanks.

0
Peter
Telerik team
answered on 06 Nov 2008, 04:31 PM
Hello José,

Thanks for providing the detailed steps which resolved the problem. If you want others to benefit from your experience, we must convert your support ticket to a forum thread. Let us know if we should do that.

Regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jose
Top achievements
Rank 2
answered on 06 Nov 2008, 04:34 PM
I'd love to Peter.

Thanks for your help!!

Jose
Tags
Scheduler
Asked by
Jose
Top achievements
Rank 2
Answers by
Peter
Telerik team
Jose
Top achievements
Rank 2
Share this question
or