|
Home > Archive > Microsoft Content Management Server > February 2006 > MCSM Templates throwing exceptions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MCSM Templates throwing exceptions
|
|
| mikey_doc 2006-02-17, 10:50 pm |
| HI All
We are running mcms 2002 on framework 1.1 SQL 2000 on windows 2000
servers.
It's a load balanced pair of servers using windows NLB writing the
session to an SQL shared DB.
We are getting the following exeption (A lot)
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+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
Exception of type System.Web.HttpUnhandledException was thrown.
It's on a basic CMS channel summary page containing the usual
navigation controls (As with all of the other templates, which are OK)
but with a summary control. It's based on the woodgrove sample control.
Please note that I have not been able to replicate this error on our
test or live environment
Any thoughts are greatly appreciated
Mikey
| |
| Stefan [MSFT] 2006-02-17, 10:50 pm |
| Hi Mikey,
the stack trace below does not contain any MCMS classes - only ASP.NET
classes.
Please post this problem 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
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"mikey_doc" <michdoh@yahoo.com> wrote in message
news:1140094182.326494.320670@o13g2000cwo.googlegroups.com...
> HI All
>
> We are running mcms 2002 on framework 1.1 SQL 2000 on windows 2000
> servers.
> It's a load balanced pair of servers using windows NLB writing the
> session to an SQL shared DB.
>
> We are getting the following exeption (A lot)
>
> 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+IExecutionStep.Execute()
> at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> completedSynchronously)
> Exception of type System.Web.HttpUnhandledException was thrown.
>
> It's on a basic CMS channel summary page containing the usual
> navigation controls (As with all of the other templates, which are OK)
> but with a summary control. It's based on the woodgrove sample control.
> Please note that I have not been able to replicate this error on our
> test or live environment
>
>
> Any thoughts are greatly appreciated
>
> Mikey
>
|
|
|
|
|