Reference conflict

I have added links to the following dlls on my website

Google.GData.Client.dll
Google.GData.YouTube.dll
Google.GData.Extensions.dll

they are used to upload videos to YouTube. Now, when I try to compile my site, it adds another DLL called Newtonsoft.Json.dll, and the compilation fails with

Error 4 The type "System.Func" exists both in "c: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ mscorlib.dll" and "g: \ Projects \ X \ bin \ Newtonsoft.Json. Dll '

I can’t believe that Google released the product with such an error, should I miss something here?

Does anyone know how to solve this problem?

+5
source share
1 answer

4.0 Newtonsoft.Json.dll http://json.codeplex.com/.

Google, , 2.0.

+4

All Articles