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
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
