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
191
Using Version 2009.2 (newest) exception randomly need IIS RESET
posted

We have been using Infragistics 2006v1 for a few years without any issues. We recently renewed and updated our site to Infragistics 2009v2. After a day or so of uptime on our production server we start getting random exceptions with the infragistics controls. The exact exception that start it off is below. The only way to fix this is to do an IIS reset and then it will be stable for a day or so.

 ** Exception    : Object reference not set to an instance of an object.

** Stack Trace  :    at

Infragistics.WebUI.Shared.GlobalCssHelper.GetPageContainer(Page page, Boolean create)

   at Infragistics.WebUI.Shared.GlobalCssHelper.OnInit(WebControl

control, Page page)

   at Infragistics.WebUI.WebDataInput.WebTextEdit.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.Control.PreRenderRecursiveInternal()

   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.Control.PreRenderRecursiveInternal()

   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.Control.PreRenderRecursiveInternal()

   at System.Web.UI.Control.PreRenderRecursiveInternal()

   at System.Web.UI.Page.ProcessRequestMain(Boolean

includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Parents Reply
  • 45049
    posted in reply to Matthew

    The November service release did not include the ASP.NET controls for NetAdvantage for .NET 2009 Volume 2.  As Viktor mentions eariler in this thread, the first service release for this version is scheduled for December.

    This service release did include the ASP.NET controls for NetAdvantage for .NET 2009 Volume 1 (build 9.1.20091.2126), which includes this fix.

    You can keep posted to the Service Relases page of our website for updates to the expected publication dates of our upcoming service releases.

    If you're using NetAdvantage for .NET 2009 Volume 2, are encountering this issue, and cannot wait for the December service release, then plase submit a support request to ask for an untested build containing this fix.  Mention development issue 24316 so we know which issue you mean; you can also provide a link to this forum thread.

Children