I added a reference (LinqBridge.dll) to my existing project and the references are conflicted like below.
Error 74 The type 'System.Action' exists in both 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\mscorlib.dll' and 'G:\Projects\Test1\Test.UI\Bin\LinqBridge.dll' G:\Projects\Test1\Test.UI\App_Code\Tools\UrlMap.cs 50 88 G:...\Test.UI\
What is the best way to solve this issue ?
Thanks in advance,
I found something related on this issue but I didnt undestand what exactly I should do.
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?