i have dnn 3.0.13 and some dim witt over wrote the web.config, default.aspx and global.asax files so I replaced them, but i get the following error
any help much appreciated
Server Error in '/' Application. --------------------------------------------------------------------------------
Could not find a part of the path 'Logs\LogConfig\LogConfigTemplate.xml.resources'. 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.IO.DirectoryNotFoundException: Could not find a part of the path 'Logs\LogConfig\LogConfigTemplate.xml.resources'.
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:
[DirectoryNotFoundException: Could not find a part of the path 'Logs\LogConfig\LogConfigTemplate.xml.resources'.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +1884876 System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) +482 DotNetNuke.Services.Log.EventLog.XMLLoggingProvider.GetConfigDoc() +121 DotNetNuke.Services.Log.EventLog.XMLLoggingProvider..ctor() +39
[TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +103 System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +261 System.Activator.CreateInstance(Type type, Boolean nonPublic) +66 DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) +170 DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) +309 DotNetNuke.Services.Log.EventLog.LoggingProvider.CreateProvider() +37 DotNetNuke.Services.Log.EventLog.LoggingProvider..cctor() +13
[TypeInitializationException: The type initializer for 'DotNetNuke.Services.Log.EventLog.LoggingProvider' threw an exception.] DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Exceptions.Exceptions.LogException(PageLoadException exc) +26 DotNetNuke.Framework.CDefault.LoadSkin(String SkinPath) +580 DotNetNuke.Framework.CDefault.Page_Init(Object sender, EventArgs e) +878 System.Web.UI.Control.OnInit(EventArgs e) +2048444 DotNetNuke.Framework.PageBase.OnInit(EventArgs e) +108 System.Web.UI.Control.InitRecursive(Control namingContainer) +316 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +694 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(BasePortalException objBasePortalException) +103 DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +146 DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +378 System.Web.UI.TemplateControl.OnError(EventArgs e) +105 System.Web.UI.Page.HandleError(Exception e) +73 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7892 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +217 System.Web.UI.Page.ProcessRequest() +11 System.Web.UI.Page.ProcessRequest(HttpContext context) +56 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +152 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException) +8 DotNetNuke.HttpModules.ExceptionModule.OnErrorRequest(Object s, EventArgs e) +87 System.Web.HttpApplication.RaiseOnError() +185 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Exceptions.Exceptions.LogException(PageLoadException exc) +26 DotNetNuke.Framework.CDefault.LoadSkin(String SkinPath) +580 DotNetNuke.Framework.CDefault.Page_Init(Object sender, EventArgs e) +878 System.Web.UI.Control.OnInit(EventArgs e) +2048444 DotNetNuke.Framework.PageBase.OnInit(EventArgs e) +108 System.Web.UI.Control.InitRecursive(Control namingContainer) +316 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +694 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(BasePortalException objBasePortalException) +103 DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +146 DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +378 System.Web.UI.TemplateControl.OnError(EventArgs e) +105 System.Web.UI.Page.HandleError(Exception e) +73 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7892 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +217 System.Web.UI.Page.ProcessRequest() +11 System.Web.UI.Page.ProcessRequest(HttpContext context) +56 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +152 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException) +8 DotNetNuke.HttpModules.ExceptionModule.OnErrorRequest(Object s, EventArgs e) +87 System.Web.HttpApplication.RaiseOnError() +185 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Exceptions.Exceptions.LogException(PageLoadException exc) +26 DotNetNuke.Framework.CDefault.LoadSkin(String SkinPath) +580 DotNetNuke.Framework.CDefault.Page_Init(Object sender, EventArgs e) +878 System.Web.UI.Control.OnInit(EventArgs e) +2048444 DotNetNuke.Framework.PageBase.OnInit(EventArgs e) +108 System.Web.UI.Control.InitRecursive(Control namingContainer) +316 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +694 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(BasePortalException objBasePortalException) +103 DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +146 DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +378 System.Web.UI.TemplateControl.OnError(EventArgs e) +105 System.Web.UI.Page.HandleError(Exception e) +73 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7892 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +217 System.Web.UI.Page.ProcessRequest() +11 System.Web.UI.Page.ProcessRequest(HttpContext context) +56 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +152 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException) +8 DotNetNuke.HttpModules.ExceptionModule.OnErrorRequest(Object s, EventArgs e) +87 System.Web.HttpApplication.RaiseOnError() +185 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Exceptions.Exceptions.LogException(PageLoadException exc) +26 DotNetNuke.Framework.CDefault.LoadSkin(String SkinPath) +580 DotNetNuke.Framework.CDefault.Page_Init(Object sender, EventArgs e) +878 System.Web.UI.Control.OnInit(EventArgs e) +2048444 DotNetNuke.Framework.PageBase.OnInit(EventArgs e) +108 System.Web.UI.Control.InitRecursive(Control namingContainer) +316 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +694 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(BasePortalException objBasePortalException) +103 DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +146 DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +378 System.Web.UI.TemplateControl.OnError(EventArgs e) +105 System.Web.UI.Page.HandleError(Exception e) +73 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7892 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +217 System.Web.UI.Page.ProcessRequest() +11 System.Web.UI.Page.ProcessRequest(HttpContext context) +56 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +152 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException) +8 DotNetNuke.HttpModules.ExceptionModule.OnErrorRequest(Object s, EventArgs e) +87 System.Web.HttpApplication.RaiseOnError() +185 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Exceptions.Exceptions.LogException(PageLoadException exc) +26 DotNetNuke.Framework.CDefault.LoadSkin(String SkinPath) +580 DotNetNuke.Framework.CDefault.Page_Init(Object sender, EventArgs e) +878 System.Web.UI.Control.OnInit(EventArgs e) +2048444 DotNetNuke.Framework.PageBase.OnInit(EventArgs e) +108 System.Web.UI.Control.InitRecursive(Control namingContainer) +316 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +694 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(BasePortalException objBasePortalException) +103 DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +146 DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +378 System.Web.UI.TemplateControl.OnError(EventArgs e) +105 System.Web.UI.Page.HandleError(Exception e) +73 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7892 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +217 System.Web.UI.Page.ProcessRequest() +11 System.Web.UI.Page.ProcessRequest(HttpContext context) +56 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +152 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException) +8 DotNetNuke.HttpModules.ExceptionModule.OnErrorRequest(Object s, EventArgs e) +87 System.Web.HttpApplication.RaiseOnError() +185 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Exceptions.Exceptions.LogException(PageLoadException exc) +26 DotNetNuke.Framework.CDefault.LoadSkin(String SkinPath) +580 DotNetNuke.Framework.CDefault.Page_Init(Object sender, EventArgs e) +878 System.Web.UI.Control.OnInit(EventArgs e) +2048444 DotNetNuke.Framework.PageBase.OnInit(EventArgs e) +108 System.Web.UI.Control.InitRecursive(Control namingContainer) +316 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +694 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(BasePortalException objBasePortalException) +103 DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +146 DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +378 System.Web.UI.TemplateControl.OnError(EventArgs e) +105 System.Web.UI.Page.HandleError(Exception e) +73 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7892 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +217 System.Web.UI.Page.ProcessRequest() +11 System.Web.UI.Page.ProcessRequest(HttpContext context) +56 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +152 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException) +8 DotNetNuke.HttpModules.ExceptionModule.OnErrorRequest(Object s, EventArgs e) +87 System.Web.HttpApplication.RaiseOnError() +185 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Exceptions.Exceptions.LogException(PageLoadException exc) +26 DotNetNuke.Framework.CDefault.LoadSkin(String SkinPath) +580 DotNetNuke.Framework.CDefault.Page_Init(Object sender, EventArgs e) +878 System.Web.UI.Control.OnInit(EventArgs e) +2048444 DotNetNuke.Framework.PageBase.OnInit(EventArgs e) +108 System.Web.UI.Control.InitRecursive(Control namingContainer) +316 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +694 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(BasePortalException objBasePortalException) +103 DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +146 DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +378 System.Web.UI.TemplateControl.OnError(EventArgs e) +105 System.Web.UI.Page.HandleError(Exception e) +73 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7892 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +217 System.Web.UI.Page.ProcessRequest() +11 System.Web.UI.Page.ProcessRequest(HttpContext context) +56 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +152 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +139 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1806 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException) +8 DotNetNuke.HttpModules.ExceptionModule.OnErrorRequest(Object s, EventArgs e) +87 System.Web.HttpApplication.RaiseOnError() +185
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50215.44; ASP.NET Version:2.0.50215.44
|