Exceptions stack trace.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/3/2007 11:25:15 AM
Gravatar
Total Posts 488

Exceptions stack trace.

When an unhadled exception is thrown from the web site, the stack trace is always the same: something like

mojoPortal.Web.Global.HandleException(Exception ex) in F:\Billing\mojoPortal SVN\Web\Global.asax.cs:363
mojoPortal.Web.Global.Application_Error(Object sender, EventArgs e) in F:\Billing\mojoPortal SVN\Web\Global.asax.cs:285
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.HttpApplication.RaiseOnError() +182

Is it somehow possible to see the "real" stack trace?

5/21/2007 2:50:53 PM
Gravatar
Total Posts 18439

Re: Exceptions stack trace.

I believe this is fixed.

Joe

5/23/2007 7:46:39 AM
Gravatar
Total Posts 488

Re: Exceptions stack trace.

Thanks, it's a really useful fix.

You must sign in to post in the forums. This thread is closed to new posts.