05-25-05 10:59 PM
Hi Nikolaj,
the call stack of the exception below only lists ASP.NET classes.
No MCMS classes.
So you should better post this question to an ASP.NET related newsgroup.
Cheers,
stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"nikolaj" <nik@email.dk> wrote in message
news:1117025629.997273.245210@g14g2000cwa.googlegroups.com...
> The exception below is logged from the protected void
> "Application_Error(Object sender, EventArgs e)" method in
> global.asax.cs. The exception does not "show up" in the browser when
> browsing the site. Any idea where this exception comes from? Is it MCMS
> related? How can I investigate the error further?
>
> As I wrote in an earlier thread, the site is very unstable. Maybe it is
> related to this exception. It is thrown approximately 3-4 times every
> minute.
>
> I cannot reconstruct the exception in the development environment.
>
> Hope you can help me. Thanks.
>
> ---------------------------------------------------
> Exception of type System.Web.HttpUnhandledException was thrown.
> Stacktrace:
> at System.Web.UI.Page.HandleError(Exception e)
> at System.Web.UI.Page.ProcessRequestMain()
> at System.Web.UI.Page.ProcessRequest()
> at System.Web.UI.Page.ProcessRequest(HttpContext context)
> at
> System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionS
tep.Execute()
> at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
> Boolean& completedSynchronously)
> ---------------------------------------------------
>
[ Post a follow-up to this message ]
|