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
50
unhandled exception after upgrading version 10.2.20102.2018 to 10.2.20102.2091
posted

hi

It works fine in  10.220102.1018, after u upgraded to 10.2.20102.2091. unhandled exception   occured. i am not able to find the solution

 

Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.

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:


[NullReferenceException: Object reference not set to an instance of an object.]
   Infragistics.Web.UI.Framework.AppSettings.get__initialized() +121
   Infragistics.Web.UI.Framework.AppSettings.Initialize() +48
   Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.OnInit(EventArgs e) +105
   Infragistics.Web.UI.GridControls.WebDataGrid.OnInit(EventArgs e) +37
   System.Web.UI.Control.InitRecursive(Control namingContainer) +140
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480

 

 

Parents
No Data
Reply
  • 8736
    posted

    Hello,

    To investigate this issue I need the following details:

    1. Have upgrade the project after installing the service release?
    2. Is this error is specific to a project or it is present in any new project also?

    Please check the project references and make sure any older version assemblies are not physically present in bin folder. Let me know if you want to create a private support case for this issue.

    Provide me with the details I asked for so I may assist you further.

    Thanks,

    Bhadresh

Children