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
80
Object reference not set problem - WebDialogWindow
posted

Hi All,

We are using WebDialogWindow in one of our asp.net projects. The website loads properly on IE7, but with IE6 it results in a object reference not set exception.

The stack trace is:

  at Infragistics.Web.UI.Framework.AppStyling.AppStylingManager.ResolveUrlPath(String urlPath, Control control)
   at Infragistics.Web.UI.Framework.AppStyling.StyleBot.GetAppStylePath(Boolean css)
   at Infragistics.Web.UI.Framework.AppStyling.StyleBot.get_FullStyleSheetPath()
   at Infragistics.Web.UI.Framework.AppStyling.StyleBot.RegisterCssLinkFiles()
   at Infragistics.Web.UI.Framework.AppStyling.StyleBot.HandleInitializeStyles()
   at Infragistics.Web.UI.Framework.RunBot.InitializeStyles()
   at Infragistics.Web.UI.Framework.AppStyling.CssBuilder.OnPreRender(Control control)
   at Infragistics.Web.UI.Framework.AppStyling.StyleBot.HandlePreRender()
   at Infragistics.Web.UI.Framework.ControlMain.OnPreRender(EventArgs e)
   at Infragistics.Web.UI.LayoutControls.WebDialogWindow.OnPreRender(EventArgs e)
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

Parents
No Data
Reply
  • 24497
    posted

    Hi,

    Thank you for finding a problem. I do not rememer if anybody reported similar and I can not reproduce that. Can you build a simple aspx to reproduce it and attach to this thread (Options tab) or better submit a bug report.

Children
No Data