The site has been running just great untill this morning.
When I try to edit anythin as admin or host I get this error (DNN 3.2.2):
Server Error in '/' Application.
Value cannot be null. Parameter name: format
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.ArgumentNullException: Value cannot be null. Parameter name: format
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:
[ArgumentNullException: Value cannot be null.
Parameter name: format]
System.String.Format(IFormatProvider provider, String format, Object[] args) +133
System.String.Format(String format, Object arg0) +47
DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) +9510
DotNetNuke.UI.Skins.Skin.Page_Init(Object sender, EventArgs e) +7033
System.Web.UI.Control.OnInit(EventArgs e) +67
System.Web.UI.UserControl.OnInit(EventArgs e) +114
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Control.AddedControl(Control control, Int32 index) +185
System.Web.UI.ControlCollection.Add(Control child) +153
DotNetNuke.Framework.CDefault.Page_Init(Object sender, EventArgs e) +1208
System.Web.UI.Control.OnInit(EventArgs e) +67
DotNetNuke.Framework.PageBase.OnInit(EventArgs e) +232
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Page.ProcessRequestMain() +197
[PageLoadException: Value cannot be null.
Parameter name: format]
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +346
DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +363
System.Web.UI.TemplateControl.OnError(EventArgs e) +109
System.Web.UI.Page.HandleError(Exception e) +68
System.Web.UI.Page.ProcessRequestMain() +2100
System.Web.UI.Page.ProcessRequest() +218
System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
What can I do to fix this ?