Tagged Questions

2
votes
2answers
270 views

How to get which page threw an exception to Application_error in aspx

I have a general exception handler, Application_error in my global.asx what I'm trying to isolate all the uncaught exceptions on all my many pages. I don't want to use Page_error to catch exception …
1
vote
3answers
77 views

Application Error thrown in Compact Framework app on Windows Ce 6.0

I get an application error thrown when I close the program using as cancel button which all it does is close the form. The error says: "Application appName.exe encountered a serious error and must …
1
vote
1answer
38 views

How to handle non-existing routes in MVC that lead to errors?

In my application, I have some controllers that use specific routes and some that use the default route. As a result, I have something like this: //.. other more specific routes routes.MapRoute( …
0
votes
1answer
27 views

Application_Error event in Global.asax not firing in Release Mode? ASP.NET MVC application

I'm working on an ASP.NET MVC application. I'm having a problem where my Application_Error() event in my Global.asax file isn't firing in Release Mode. If I compile in Debug it fires just fine. PS: …
0
votes
2answers
59 views

Server.Transfer cannot render an MVC-View

In my Application_Error event handler i want to render an MVC-View for 404. I do not want to redirect because of SEO. void Application_Error(...) { if (serverException is HttpException && …
0
votes
1answer
65 views

Application error

HI, I'm getting following error when I run the application after building it. Any solution to this problem is appreciated. "The application failed to initialize properly (0xc0000022). Click on OK …