gpt4 book ai didi

c# - 如何修复 Visual Studio 2015 中的错误 "Could not load file or assembly ' Microsoft.VisualStudio.Web?

转载 作者:太空狗 更新时间:2023-10-30 01:30:10 25 4
gpt4 key购买 nike

我正在做一个项目,而该项目运行良好。

但在重新安装 Visual Studio 后,我的项目没有加载。

给出这个错误:

D:\UOSGC\Final\Banquet_Events_System\UI\UI.csproj :

error : Could not load file or assembly 'Microsoft.VisualStudio.Web, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The file or directory is corrupted and unreadable. (Exception from HRESULT: 0x80070570)

错误截图为:

enter image description here

我的操作系统是 Windows 10 Professional,我使用的是 Visual Studio 2015。

编辑

当我创建一个新项目时,它没有创建它并显示此错误:

The file or directory is corrupted and unreadable

enter image description here

最佳答案

解决此问题可能需要执行多个步骤/操作:

第 1 步:首先查看C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config

它看起来在下面添加一行:

<system.web> (not the section under <location allowOverride="true">)
<compilation>
<assemblies>
.....

<add assembly="Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>

.....
</assemblies>

在我的那个部分的顶部已经有一个用于这个程序集的 ,但是添加在底部附近。只需评论此条目,它就会开始工作。或者,如果您不确定是否为所有网站删除它,您可以在您的网站 web.config 中添加相同的行,使用删除而不是添加。


第 2 步:(如果您使用的是 VS 2019)重新安装“AspNetDiagnosticPack.msi”即可解决问题。 VS 2019 Installation的包安装文件夹中会有一个文件。 (“不删除”安装包的复选框已激活*)。

如果您没有软件包,离线安装可能会有所帮助。

在我的例子中,文件夹被命名为:“Microsoft.VisualStudio.AspNetDiagnosticPack.Msi,version=16.0.12276.43788”。

右击“AspNetDiagnosticPack”并选择“修复”。


第 3 步:你需要下载这个 MSI并执行它并选择修复。


最后,如果上述任何步骤未能解决问题,您需要下载并安装此 new Visual Studio release其中已解决此问题。

关于c# - 如何修复 Visual Studio 2015 中的错误 "Could not load file or assembly ' Microsoft.VisualStudio.Web?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47003954/

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