我按照论坛上的方法安装好了论坛,在本机测试的时候显示
Server Error in '/' Application.
Could not find a part of the path 'F:\web\config\schedule.config'. 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 'F:\web\config\schedule.config'.
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 'F:\web\config\schedule.config'.] Discuz.Common.SerializationHelper.Load(Type type, String filename) +123 Discuz.Config.DefaultConfigFileManager.DeserializeInfo(String configfilepath, Type configtype) +7 Discuz.Config.ScheduleConfigFileManager..cctor() +74[TypeInitializationException: The type initializer for 'Discuz.Config.ScheduleConfigFileManager' threw an exception.] Discuz.Config.ScheduleConfigFileManager.LoadConfig() +0 Discuz.Config.ScheduleConfigs.GetConfig() +5 Discuz.Forum.HttpModule.Init(HttpApplication context) +82 System.Web.HttpApplication.InitModulesCommon() +66 System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +814 System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243 System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +340 |
哪位高手请指教