Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find line number of the problem
Message
 
 
To
24/03/2009 13:39:07
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, United States
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01391102
Message ID:
01391115
Views:
35
>
>Normally on these error, you will get an error stack message as well, the function may have initiate in the Page_load by threw an error in lets said a business entity process function, so you should see the exception stack that will give you an indication where the error has occur.
>
>Lastly, you made ask the customer to check the application log file to see if the message was logged as well, that is pretty standard process today, logging all exceptions.
>
>Hope this helps.

Unfortunately I have not implemented the application log file.

The error does have the Stack Trace. I showed the top two lines of the Stack Trace in my initial message. The other lines of the Stack Trace don't seem to have any of my application pages or classes so I thought that they will not help me to find what causes the error.

The other lines in the Stack trace are:
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)+15
System.Web.Util.CalliEventHandlerDelageProxy.Callback(Object sender, Eventargs e)+ 34
System.Web.UI.Control.OnLoad(EventArgs e)+ 99
System.Web.UI.Control.LoadRecursive()+47
System.Web.UI.Page.ProcessRequestMain(Boolen includeStagesBeforeAsyncPoint, Boolen includeStagesAfterAsycnPoint) +1062
Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform