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

[Solved] Migration from .Net 3.5 to 2.0

1 Answer 168 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ERic
Top achievements
Rank 1
ERic asked on 27 May 2008, 02:11 AM
Hello,

I'm trying to change a .NET 3.5 application to .NET 2.0 application. This application uses telrik controls.

When i change the target .NET reference to 2.0 and recompile i get this error.

The type 'System.Web.UI.IScriptControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

I've added the reference, but then once i recompiled i get this 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'

Is there a assembly version for the Telerik.Web.UI that uses a lower version of System.web.Extensions?

Thanks
Eric

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 27 May 2008, 04:41 AM
Hi Eric,

We have two Telerik.Web.UI assemblies (bin and bin35 folders in download). One is build against .NET 2.0 and System.Web.Extensions 1.0 and the other is build against .NET 3.5 and System.Web.Extensions 3.5.

You can check this article for more info:
http://www.telerik.com/help/aspnet-ajax/using-radcontrols-net20-30-35-projects-vs2008.html

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
ERic
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or