Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
830
NA 2012 WebDataMenu Error
posted

Hi,

I´ve gotten this error after placing a WebDataMenu in my aspx page.Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.

Detalles de la excepción: System.InvalidOperationException: This Infragistics control requires a ScriptManager object on the page in order to operate correctly.

Error de código fuente:

Se ha generado una excepción no controlada durante la ejecución de la solicitud Web actual. La información sobre el origen y la ubicación de la excepción pueden identificarse utilizando la excepción del seguimiento de la pila siguiente.

Seguimiento de la pila:

[InvalidOperationException: This Infragistics control requires a ScriptManager object on the page in order to operate correctly.]
   Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.OnPreRender(EventArgs e) +1983
   System.Web.UI.Control.PreRenderRecursiveInternal() +103
   System.Web.UI.Control.PreRenderRecursiveInternal() +175
   System.Web.UI.Control.PreRenderRecursiveInternal() +175
   System.Web.UI.Control.PreRenderRecursiveInternal() +175
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496

Error de servidor en la aplicación '/'.

This Infragistics control requires a ScriptManager object on the page in order to operate correctly.

 

 

Thanks in advance for your help

  • 8160
    posted

    Hello t0rren1e,

    as far as I see from the last rows of this error:

    This Infragistics control requires a ScriptManager object on the page in order to operate correctly.

    you don't have ScriptManager on your page.