Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AppTheory specializes in solutions based on the DotNetNuke platform and has 2 employees on the DotNetNuke Core Team.
  Ads  
Webhost4Life - $4.95 Windows Hosting
 


  Sponsors  

Meet Our Sponsors

SmarterTools
The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
Red-Gate Software
MaximumASP
SourceGear - Tools for Developers
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Configure It! (...  how do i fix this error?
Previous Previous
 
Next Next
New Post 3/17/2006 5:32 AM
User is offline tony evans
126 posts
9th Ranked


how do i fix this error? 
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

 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Configure It! (...  how do i fix this error?
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Overlook Technology
Website Development, DotNetNuke Consulting, Module Development, Portal Management
OverlookTechnology.com
DeutschNetNuke = DotNetNuke in German
DeutschNetNuke provides all DotNetNuke related services in German (and English).
www.DeutschNetNuke.de
The Standard in Senior Housing Information
SNAPforSeniors provides consumers with free online resources to assist them with their search for senior housing
www.snapforseniors.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP