【发布时间】:2011-09-07 09:17:43
【问题描述】:
我在现有项目中添加了一个引用 (LinqBridge.dll),但引用之间存在冲突,如下所示。
错误 74 类型 'System.Action' 存在于两个 'C:\Program Files (x86)\参考 Assemblies\Microsoft\Framework.NETFramework\v4.0\mscorlib.dll' 和 'G:\Projects\Test1\Test.UI\Bin\LinqBridge.dll' G:\Projects\Test1\Test.UI\App_Code\Tools\UrlMap.cs 50 88 G:...\Test.UI\
解决此问题的最佳方法是什么?
提前致谢,
我发现了与此问题相关的内容,但我不明白我到底应该做什么。
With NAnt, How to use C# 3.0 compiler while targetting .NET 2.0 runtime?
Reference 2 dlls using the same namespace in vb.net 3.5 project?
【问题讨论】:
标签: .net reference linqbridge