时间:2019-05-17 标签:c#Linqreference无法加载
我无法将对 System.Data.Linq 的引用添加到我的项目中,出现以下错误
引用的组件 找不到“System.Data.Linq”。
即使我通过“添加参考”屏幕添加它,并且我的其他项目添加它也没有问题。这就是它在我的项目中的外观
这就是它在使用相同引用的其他项目中的外观
任何想法为什么会发生这种情况,两个项目都是框架 3.5
谢谢 斯普
Im unable to add a reference to System.Data.Linq to my project, I get the following error
The referenced component
'System.Data.Linq' could not be found.
Even though i added it through the Add reference screen and my other projects add it without issue. This is how it looks in my project
And this is how it appears in my other project using the same reference
Any ideas why this happens, both projects us framework 3.5
Thanks
Sp
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是否有可能将失败的设置为 .NET 3.5 的“仅客户端配置文件”?
Is it possible that the failing one is set to the "client-only profile" of .NET 3.5?