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?
source
share