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

Problem with Building Website

1 Answer 82 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 24 Jan 2011, 08:09 PM
When we try to build our website in Visual Studio 2005, we get stopped with a bunch of errors that read something similar to:

Indirect reference is being made to assembly System.Web.Extensions version 3.5.0.0, which contains 'Telerik.Web.UI.RadDatePicker'. This Project references a prior version of System.Web.Extensions version 1.0.61025.0. To use 'Telerik.Web.UI.RadDatePicker', you must replace the reference to System.Web.Extensions with version 3.5.0.0 or higher.  

Our application is in ASP.NET 2.0. 

This is how it reads in the web.config:

<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

How do we get this problem resolved so we can build this site?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 26 Jan 2011, 04:03 PM
Hello Matt,

As your web site is built under .NET 2.0, could you please confirm the Telerik.Web.UI version finishes with .20, for instance its label should be 2010.3.1317.20? You can get the .20 dll from the Bin20 folder located in the controls installation folder.

Kind regards,
Iana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
Matt
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or