K
K
Konstantin Khairov2018-12-14 06:05:17
SQL
Konstantin Khairov, 2018-12-14 06:05:17

How to find out what the asp.net iis application is complaining about?

Hello everyone, asp.net gives the following error

[NullReferenceException: Object reference not set to an instance of an object.]
   RP.WebUI.Arm1Search.SetDataSet(DataSet ds) +16
   RP.WebUI.Arm1Search.RestoreCriteria() +603
   RP.WebUI.Arm1Search.Page_Load(Object sender, EventArgs e) +975
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

How can I understand in which file and in what place is this error?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
basrach, 2018-12-16
@basrach

Classic. A la "diagnosis by photo 16x16px".
Error in RP.WebUI.Arm1Search.SetDataSet(DataSet ds) method +16 instructions from method start. It's written.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question