'System.Web.HttpUnhandledException' Error
-
Hi! Does anybody know when specifically this error happens? ------------------------------------------------------------------------- Event code: 3005 Event message: An unhandled exception has occurred. Event time: 10/5/2012 3:35:46 PM Event time (UTC): 10/5/2012 5:35:46 AM Event ID: 185e3ac798ae4f7f96e5fb515ea57c07 Event sequence: 166 Event occurrence: 79 Event detail code: 0 Application information: Application domain: /LM/W3SVC/32/ROOT-1-129938852424390639 Trust level: Full Application Virtual Path: / Application Path: D:\INDIGO8SYNC\PublishedWebsites\Nookie_Subscribe\ Machine name: AUSTRALIA1 Process information: Process ID: 6856 Process name: w3wp.exe Account name: IIS APPPOOL\nookiecomau Exception information: Exception type: HttpUnhandledException Exception message: Exception of type 'System.Web.HttpUnhandledException' was thrown. Request information: Request URL: http://www.nookie.com.au/default.aspx Request path: /default.aspx User host address: 110.143.108.249 User: Is authenticated: False Authentication Type: Thread account name: AUSTRALIA1\Administrator Thread information: Thread ID: 12 Thread account name: AUSTRALIA1\Administrator Is impersonating: True Stack trace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.default_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Custom event details: ------------------------------------------------------------------------- Thanks!
<3:16>
-
Hi! Does anybody know when specifically this error happens? ------------------------------------------------------------------------- Event code: 3005 Event message: An unhandled exception has occurred. Event time: 10/5/2012 3:35:46 PM Event time (UTC): 10/5/2012 5:35:46 AM Event ID: 185e3ac798ae4f7f96e5fb515ea57c07 Event sequence: 166 Event occurrence: 79 Event detail code: 0 Application information: Application domain: /LM/W3SVC/32/ROOT-1-129938852424390639 Trust level: Full Application Virtual Path: / Application Path: D:\INDIGO8SYNC\PublishedWebsites\Nookie_Subscribe\ Machine name: AUSTRALIA1 Process information: Process ID: 6856 Process name: w3wp.exe Account name: IIS APPPOOL\nookiecomau Exception information: Exception type: HttpUnhandledException Exception message: Exception of type 'System.Web.HttpUnhandledException' was thrown. Request information: Request URL: http://www.nookie.com.au/default.aspx Request path: /default.aspx User host address: 110.143.108.249 User: Is authenticated: False Authentication Type: Thread account name: AUSTRALIA1\Administrator Thread information: Thread ID: 12 Thread account name: AUSTRALIA1\Administrator Is impersonating: True Stack trace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.default_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Custom event details: ------------------------------------------------------------------------- Thanks!
<3:16>
rattlesnake316 wrote:
Does anybody know when specifically this error happens?
Whehe, pointing out a generic exception, without access to code? Seems you're missing an exception-handler: "at System.Web.UI.Page.HandleError(Exception e)". What happens in that method?
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
-
Hi! Does anybody know when specifically this error happens? ------------------------------------------------------------------------- Event code: 3005 Event message: An unhandled exception has occurred. Event time: 10/5/2012 3:35:46 PM Event time (UTC): 10/5/2012 5:35:46 AM Event ID: 185e3ac798ae4f7f96e5fb515ea57c07 Event sequence: 166 Event occurrence: 79 Event detail code: 0 Application information: Application domain: /LM/W3SVC/32/ROOT-1-129938852424390639 Trust level: Full Application Virtual Path: / Application Path: D:\INDIGO8SYNC\PublishedWebsites\Nookie_Subscribe\ Machine name: AUSTRALIA1 Process information: Process ID: 6856 Process name: w3wp.exe Account name: IIS APPPOOL\nookiecomau Exception information: Exception type: HttpUnhandledException Exception message: Exception of type 'System.Web.HttpUnhandledException' was thrown. Request information: Request URL: http://www.nookie.com.au/default.aspx Request path: /default.aspx User host address: 110.143.108.249 User: Is authenticated: False Authentication Type: Thread account name: AUSTRALIA1\Administrator Thread information: Thread ID: 12 Thread account name: AUSTRALIA1\Administrator Is impersonating: True Stack trace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.default_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Custom event details: ------------------------------------------------------------------------- Thanks!
<3:16>
Have you tried to set a break point and step through the code? In order to help you with this, we would need to see the code that is generating the error and what you were attempting to do when you received it.