gpt4 book ai didi

asp.net - CS0234 : Missing Assembly Reference

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

我的 PC 中缺少一些程序集,不知道如何修复。

当我从模板(使用 VS 2012)创建新的 ASP.NET MVC 4 互联网应用程序时,一切正常。一旦我尝试集成 Web API Controller ,我就会收到缺少程序集引用错误。例如,当我使用 ASP.NET 4 Web API 默认模板创建应用程序并单击界面上的“API”时,出现编译错误:

Compiler Error Message: CS0234: The type or namespace name 'Description' does not exist in the namespace 'System.Web.Http' (are you missing an assembly reference?)

我检查了程序集,一切似乎都很好。它在 4.0 版本中。我的 PC 上安装了 .NET Framework 4.5。我应该在哪里寻找问题的原因?

最佳答案

我在使用 msbuild 编译 PCL 时看到了同样的错误代码(不同的缺失引用),但在通过 Visual Studio 构建时却没有:

error CS0234: The type or namespace name 'Storage' does not exist in the namespace 'Windows' (are you missing an assembly reference?)

在我的案例中,这是由“使用 Windows.Storage;”引起的文件中的任何代码实际上都没有引用的语句。我删除了该行并修复了错误。

关于asp.net - CS0234 : Missing Assembly Reference,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26724587/

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