lgslgs88888 - 2008-7-30 9:59:00
lgslgs88888 - 2008-7-30 10:00:00
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
数据错误(循环冗余检查)。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.IO.IOException: 数据错误(循环冗余检查)。
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[IOException: 数据错误(循环冗余检查)。
]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +723
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) +44
System.IO.StreamWriter.CreateFile(String path, Boolean append) +55
System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) +49
System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding) +20
System.Web.Compilation.PreservedAssemblyEntry.SaveDataToFileInternal(Boolean fBatched, DateTime utcStart) +641
System.Web.Compilation.PreservedAssemblyEntry.SaveDataToFile(Boolean fBatched, DateTime utcStart) +65
System.Web.UI.TemplateParser.PersistCompilationData(ParserCacheItem cacheItem, DateTime utcStart) +148
System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) +361
System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() +125
System.Web.UI.TemplateParser.GetParserCacheItem() +87
System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) +116
System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context) +36
System.Web.UI.PageParser.GetCompiledPageInstanceInternal(String virtualPath, String inputFile, HttpContext context) +43
System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String path) +43
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +698
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +95
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173
大革命巫师 - 2008-7-30 11:43:00
请提供给我们你的网址
女De程序 - 2008-7-30 14:10:00
I/O读写错误,可能是某个文件权限有问题.或是缺少文件.
查看在admin目录下是否存在:OrderNumberRule.aspx 文件.
或下载其它相同版本的程序替换下.
OrderNumberRule.aspx 文件中并没有读写操作的代码.
应该是文件缺失或无权限读取.