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

Update Panel issue

1 Answer 93 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Prabhu
Top achievements
Rank 1
Prabhu asked on 27 Jan 2012, 07:18 AM
hi,
    Recently ive downloaded Telerik dll from the Website (2011.3.1305.35) and when Im trying to build the application using this dll on V2.0 framewrok, i face some compatibility issues with System.web.Extension.

Error are as follows:
    Error 43 C:\Prabhu\Working Folder\Prototype\Prototype\Prototype\MasterPage\Proto.Master: ASP.NET runtime error: The base class includes the field 'UpdatePanel1', but its type (System.Web.UI.UpdatePanel) is not compatible with the type of control (System.Web.UI.UpdatePanel). C:\Prabhu\Working Folder\Prototype\Prototype\Prototype\MasterPage\Proto.Master 160 1 Prototype

    Error 44 Assembly 'Telerik.Web.UI, Version=2011.3.1305.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' c:\Prabhu\Working Folder\Prototype\Prototype\Prototype\Assemblies\Telerik.Web.UI.dll Prototype

Note: Ive added the reference of 
    System.Web.Extensions (1.0.61025.0), 
    Telerik.Web.Design (2011.3.1305.35)
    Telerik.Web.UI  (2011.3.1305.35)
    Telerik.Web.UI.Skins (2011.3.1305.35)


Please help me on fixing this issue. thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar Terziev
Telerik team
answered on 31 Jan 2012, 04:22 PM
Hello Prabhu,

As you have probably noticed, the version downloaded of our controls doesn't contain .Net 2.0 assemblies. The error that you receive is a bit self explanatory, the telerik controls need a higher version of the System.Web.Extensions assembly, than the one you are referencing, which is due to the fact that you are developing a .Net 2.0 project.

You could build 2.0 assemblies which could be used in your project, but the source code of our controls is not distributed with the trial version. You have to purchase them in order to get it.

Greetings,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ScriptManager and StyleSheetManager
Asked by
Prabhu
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or