gpt4 book ai didi

c# - 尝试引用 LINQ 命名空间时出现异常

转载 作者:行者123 更新时间:2023-11-30 13:42:38 26 4
gpt4 key购买 nike

尝试在 .NET 2.0 Windows Forms 项目中使用 LINQ 时,我得到了:

Namespace or type specified in the Imports 'System.Linq' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases

在引用以下命名空间的两行中:

System.Linq;
System.Xml.Linq;

如何在不引用外部 DLL 或任何东西的情况下让这些命名空间在 .NET 2.0 上工作?

最佳答案

你不能。它们是在 .NET 3.5 中引入的。

我不知道 LINQ to XML for .NET 2.0 的任何实现(除非您使用 Mono 程序集 - 我假设 Mono 支持它)。有 LINQBridge如果您希望在 .NET 2.0 中使用 LINQ to Objects,尽管这当然违背了您的“无外部库”要求。

关于c# - 尝试引用 LINQ 命名空间时出现异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2537638/

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