When I was running the DNN website of version 6.2.1, sometimes it appeared the error below, but sometimes it was ok. I don't know how to solve this problem, anyone can give me some suggestions? Thanks.
Server Error in '/' Application.
Request is not available in this context
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.Web.HttpException: Request is not available in this context
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:
[HttpException (0x80004005): Request is not available in this context] System.Web.HttpContext.get_Request() +8898772 DotNetNuke.Common.Globals.IsInstalled() +139 DotNetNuke.Common.Globals.get_Status() +219 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo logInfo) +36 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +3608 DotNetNuke.Services.Exceptions.Exceptions.LogException(Exception exc) +35 DotNetNuke.ComponentModel.ProviderInstaller.InstallProvider(IContainer container, Provider provider) +171 DotNetNuke.ComponentModel.ProviderInstaller.InstallComponents(IContainer container) +211 DotNetNuke.ComponentModel.ComponentFactory.InstallComponents(IComponentInstaller[] installers) +65 DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication.Application_Start(Object Sender, EventArgs E) +1398
|