when I first open my site, I get the error (As listed below):
Using Umbraco version 6.0.3
Server Error in '/' Application.
The current httpContext can only be set once during a request.
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.ApplicationException: The current httpContext can only be set once during a request.
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[ApplicationException: The current httpContext can only be set once during a request.]
Umbraco.Web.UmbracoContext.set_Current(UmbracoContext value) +271
Umbraco.Web.UmbracoContext.EnsureContext(HttpContextBase httpContext, ApplicationContext applicationContext, Boolean replaceContext) +268
Umbraco.Web.UmbracoModule.BeginRequest(HttpContextBase httpContext) +160
Umbraco.Web.UmbracoModule.<Init>b__6(Object sender, EventArgs e) +80
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +136
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
I believe this issue has been fixed in 6.0.5 - this version has also been patched with fixes for some security issues found a few weeks ago so I suggest that you go an upgrade.
error when first opening site
Hi all
when I first open my site, I get the error (As listed below):
Using Umbraco version 6.0.3
Server Error in '/' Application.
The current httpContext can only be set once during a request.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.ApplicationException: The current httpContext can only be set once during a request.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Hi Lee
I believe this issue has been fixed in 6.0.5 - this version has also been patched with fixes for some security issues found a few weeks ago so I suggest that you go an upgrade.
You can read more about the above issue here though http://issues.umbraco.org/issue/OUR-43
Hope this helps.
/Jan
is working on a reply...