gpt4 book ai didi

asp.net - 无法加载文件或程序集 App_Web_xxxxxxxx 或其依赖项之一

转载 作者:行者123 更新时间:2023-12-04 02:10:50 25 4
gpt4 key购买 nike

完整的错误是:

Could not load file or assembly 'App_Web_xxxxxxxx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

其中 xxxxxxxx 是 ASP.Net 生成的临时名称。

对于 ASP.Net 应用程序中托管的 WCF 服务,我们收到此错误。

奇怪的是,它偶尔发生,与部署更改无关……当它发生时,所有后续请求的服务都会“中断”。

目前,我们目前的解决方法是从应用程序的文件夹中删除临时程序集:

%windir%\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files

该应用程序使用 .Net 3.5 托管在 IIS7 中的 win 2008 服务器上

任何想法最受赞赏!

最佳答案

在 ASP.NET 应用程序中使用 .SVC 时,这可能是 ASP.NET 编译器的问题。您可以通过关闭批处理编译来避免此问题,即在 <system.web> 下的 Web.Config 中添加以下内容元素,

<compilation batch="false">

请找到重现问题的步骤,
a. Create a ASP.NET website application and add WCF Service (in this example EPOCS002.svc)
b. Set the “repro-website” directory as the root of a new site (I set it up on IIS 7.5 in classic
pipeline, 32-bit worker process, .NET 2.0 SP2/3.5SP1, with anonymous authentication enabled).
c. Recycle the application pool for the site.
d. Browse default.aspx
e. Browse EPOCS002.svc
f. Edit default.aspx in some way (add a space somewhere) and save it.
g. Browse again to default.aspx
h. Recycle the application pool for the site.
I. Browse again to default.aspx
J. Browse again to EPOCS002.svc

附言Microsoft 目前正在调查问题的原因,我会在获得一些信息后更新帖子。

哈,
阿米特

关于asp.net - 无法加载文件或程序集 App_Web_xxxxxxxx 或其依赖项之一,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5538454/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com