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

Problem with RadControls in ASP.NET 2.0

1 Answer 71 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
QualiWareUA
Top achievements
Rank 1
QualiWareUA asked on 26 Apr 2008, 11:17 AM
Hello,

I have a problem with RadContols used in ASP.NET 2.0 web site. I get the following compilation error:

Assembly 'Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'   

How can I fix this?   

1 Answer, 1 is accepted

Sort by
0
Todd Anglin
Top achievements
Rank 2
answered on 26 Apr 2008, 11:12 PM
Vlad-

The RadControls for ASP.NET AJAX come compiled for both the .NET 3.5 and .NET 2.0 frameworks. You can distinguish the assemblies by the last two numbers in the assembly version (such as 2008.1.415.35 and 2008.1.415.20). It appears you've added the .NET 3.5 assembly to your .NET 2.0 project.

To fix the problem, simply open the folder where you installed the Q1 2008 controls, look for the "Bin" directory (not the "Bin35" directory), and copy the assemblies you find there in to your project. That should fix the compilation problem.

Let me know if that helps.

-Todd
Tags
General Discussions
Asked by
QualiWareUA
Top achievements
Rank 1
Answers by
Todd Anglin
Top achievements
Rank 2
Share this question
or