产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » Server Error in '/' Application
tangxi - 2010/4/11 14:48:00
我想编辑一下风格就出现这种情况:
Server Error in '/' Application.
--------------------------------------------------------------------------------

Could not find a part of the path 'C:\pacms\master\0\lanmu.css'.
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 'C:\pacms\master\0\lanmu.css'.

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 'C:\pacms\master\0\lanmu.css'.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014592
   System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +998
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) +57
   PageAdmin.template_edit.x016844ef9d993aa0() +333
   PageAdmin.template_edit.Page_Load(Object src, EventArgs e) +58
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
xiyou - 2010/4/12 9:54:00
程序BUG,升级一下
tangxi - 2010/4/16 12:39:00
谢谢,我现在解决了
1
查看完整版本: Server Error in '/' Application