“/”应用程序中的服务器错误。

文件“D:\webroot\ZJ56_System_V2.0\Logs\Logs_2024-03-28.txt”正由另一进程使用,因此该进程无法访问此文件。

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.IO.IOException: 文件“D:\webroot\ZJ56_System_V2.0\Logs\Logs_2024-03-28.txt”正由另一进程使用,因此该进程无法访问此文件。

源错误:


行 120:        public void WriteLogFile(string msg)
行 121:        {
行 122:            FileStream fs = new FileStream(this.LogPathFile, System.IO.FileMode.Append);
行 123:            StreamWriter sw = new StreamWriter(fs);
行 124:

源文件: d:\webroot\ZJ56_System_V2.0\App_Code\DBUtility\AdoHelper.cs    行: 122

堆栈跟踪:


[IOException: 文件“D:\webroot\ZJ56_System_V2.0\Logs\Logs_2024-03-28.txt”正由另一进程使用,因此该进程无法访问此文件。]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +935
   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, Boolean useLongPath, Boolean checkHost) +1242
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) +132
   System.IO.FileStream..ctor(String path, FileMode mode) +99
   DBUtility.AdoHelper.WriteLogFile(String msg) in d:\webroot\ZJ56_System_V2.0\App_Code\DBUtility\AdoHelper.cs:122
   ASP.global_asax.Session_Start(Object sender, EventArgs e) in d:\webroot\ZJ56_System_V2.0\Global.asax:33
   System.Web.SessionState.SessionStateModule.CompleteAcquireState() +375
   System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +1257
   System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +703
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +158


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.8.4075.0