Note that there are some explanatory texts on larger screens.

plurals
  1. PODebugging this error
    primarykey
    data
    text
    <p>I randomly get this error and would like to know the best way to debug this and what it means.</p> <pre><code>MESSAGE: Object reference not set to an instance of an object. SOURCE: POL FORM: __VIEWSTATE={{LONG STRING OF TEXT HERE}} URL: /SourceIt.aspx QUERYSTRING: TARGETSITE: Void Page_Load(System.Object, System.EventArgs) STACKTRACE: at POL.PreDischargeEducation.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) </code></pre> <p>EDIT: This error also randomly happened. Could updating .NET or something server side have been the cause of this?</p> <p>EDIT:</p> <pre><code>protected void Page_Load( object sender, EventArgs e ) { ctlBriefingAffidavitSpouse.Filer = "J"; ErrorTR.Visible = false; lblErrorMessage.Visible = false; ErrorTRBottom.Visible = false; lblErrorMessageBottom.Visible = false; if (!IsPostBack) { CheckCheckmarks(); ctlBriefingOverview.Visible = true; } else { string ctrlname = Request.Params.Get( "__EVENTTARGET" ); if(ctrlname.Length &lt;= 0) ShowNextControl(); } } </code></pre> <p>EDIT: This code is also not mine. I'm trying to debug why it randomly broke. I've noticed it seems to be an issue with IE 99% of the time when doing this specific action.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload