
hyy588
- 组别:新手上路
- 性别:
- 来自:
- 积分:17
- 帖子:16
- 注册:
2008-04-22
|
商城的搜索不能用!
我的搜索一点就出现错误! “/”应用程序中的服务器错误。 该进程无法访问文件“E:\wwwroot\ylmb\Template\freemodelv10\Search.aspx”,因为该文件正由另一进程使用。 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.IO.IOException: 该进程无法访问文件“E:\wwwroot\ylmb\Template\freemodelv10\Search.aspx”,因为该文件正由另一进程使用。
源错误:
| 行 1: <%@ Page language="c#" Codebehind="TempTrans.aspx.cs" AutoEventWireup="false" Inherits="wqshop.TempTrans" %>行 2: <%Trans("Search");%> |
源文件: E:\wwwroot\ylmb\Search.aspx 行: 2
堆栈跟踪:
| [IOException: 该进程无法访问文件“E:\wwwroot\ylmb\Template\freemodelv10\Search.aspx”,因为该文件正由另一进程使用。] System.IO.__Error.WinIOError(Int32 errorCode, String str) +614 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.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) +79 System.Web.UI.Util.ReaderFromFile(String filename, HttpContext context, String configPath) +384 System.Web.UI.TemplateParser.ParseFile(String filename, String virtualPath) +62 System.Web.UI.TemplateParser.Parse() +200 System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() +72 System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) +262 System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() +125 System.Web.UI.TemplateParser.GetParserCacheItem() +88 System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) +115 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) +44 System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +699 System.Web.HttpServerUtility.ExecuteInternal(String path, TextWriter writer, Boolean preserveForm) +551[HttpException (0x80004005): 为 Template/freemodelv10/Search.aspx 执行子请求时出错。] System.Web.HttpServerUtility.ExecuteInternal(String path, TextWriter writer, Boolean preserveForm) +1824 System.Web.HttpServerUtility.Execute(String path) +9 wqshop.TempTrans.Trans(String type) ASP.Search_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in E:\wwwroot\ylmb\Search.aspx:2 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27 System.Web.UI.Control.Render(HtmlTextWriter writer) +7 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +241 System.Web.UI.Page.ProcessRequestMain() +1880 |
版本信息: Microsoft .NET Framework 版本:1.1.4322.2407; ASP.NET 版本:1.1.4322.2407
怎么解决呢?
|