Dear all,
I am using the Telerik RAD controls fo rASP.NET AJAX Grid.
In the development machine I haven't get any problems event though I haven't have the AJAX installed in that machine.
While deployment (for testing) I am facing the following error:
Method not found: 'Void System.Web.UI.ScriptManager.RegisterStartupScript(System.Web.UI.Page, System.Type, System.String, System.String, Boolean)'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.MissingMethodException: Method not found: 'Void System.Web.UI.ScriptManager.RegisterStartupScript(System.Web.UI.Page, System.Type, System.String, System.String, Boolean)'.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
Stack Trace:
[MissingMethodException: Method not found: 'Void System.Web.UI.ScriptManager.RegisterStartupScript(System.Web.UI.Page, System.Type, System.String, System.String, Boolean)'.] Telerik.Web.SkinRegistrar.RegisterCssReferences(ISkinnableControl _control) +0 Telerik.Web.UI.RadCompositeDataBoundControl.RegisterCssReferences() +64 Telerik.Web.UI.RadCompositeDataBoundControl.OnPreRender(EventArgs e) +63 Telerik.Web.UI.RadGrid.OnPreRender(EventArgs e) +26 System.Web.UI.Control.PreRenderRecursiveInternal() +86 System.Web.UI.Control.PreRenderRecursiveInternal() +170 System.Web.UI.Control.PreRenderRecursiveInternal() +170 System.Web.UI.Control.PreRenderRecursiveInternal() +170 System.Web.UI.Control.PreRenderRecursiveInternal() +170 System.Web.UI.Control.PreRenderRecursiveInternal() +170 System.Web.UI.Control.PreRenderRecursiveInternal() +170 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041 |
Can any one help me in this regard to solve this?
This is very urgent.
Thanks a lot in advance