gpt4 book ai didi

asp.net - 为 IIS 配置后加载我的 ASP.NET 应用程序时发生错误

转载 作者:行者123 更新时间:2023-12-03 11:03:59 27 4
gpt4 key购买 nike

我将我的 ASP.NET Web 应用程序更改为使用本地 IIS,而不是 IIS Express。现在重新打开解决方案后,加载应用程序时出现以下错误:

error : Project 'Atlas2' could not be opened because the Visual C# 2015 compiler could not be created. 'Atlas2' is already part of the workspace.

error : Project 'Atlas2' could not be opened because the Visual C#2015 compiler could not be created. An item with the same key hasalready been added.


有人可以帮助我如何重新加载项目吗?
如果有帮助,我正在使用 Visual Studio Team Services(以前是 TFS Online)。

最佳答案

我解决了我的问题。我卸载了项目并编辑了 .csproj 文件。我做了以下更改:

  • <UseIISExpress>false</UseIISExpress>为真
  • 删除 <UseIIS>True</UseIIS>
  • 删除 <IISUrl>http://localhost/MyWebApp</IISUrl>

  • 然后我重新加载了项目。有效。实际上它回滚到使用 IIS Express。

    关于asp.net - 为 IIS 配置后加载我的 ASP.NET 应用程序时发生错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36776832/

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