gpt4 book ai didi

c# - Visual Studio 2013 创建 Web API 项目时出错 : The element <#text> beneath element is unrecognized

转载 作者:可可西里 更新时间:2023-11-01 08:07:26 25 4
gpt4 key购买 nike

我的 Visual Studio 安装有问题。

为了重现它,我创建了一个新的空白解决方案,然后:

  • 添加新项目..
  • ASP.NET 网络应用程序
  • 网络应用程序接口(interface)
  • 创建项目

Visual Studio 无法创建它,我收到此消息:

The element <#text> beneath element <Project> is unrecognized.

有什么解决办法吗?

最佳答案

如果 csproj 包含无效的 XML,您将得到这样的错误。
我不小心删除了<!--时遇到了这个错误在 csproj 文件中并留下 --> :

<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>

关于c# - Visual Studio 2013 创建 Web API 项目时出错 : The element <#text> beneath element <Project> is unrecognized,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29794426/

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