I have added a references to the following dll's to my website
Google.GData.Client.dll
Google.GData.YouTube.dll
Google.GData.Extensions.dll
they are used for uploading video to youtube. Now when I try to compile my website it adds another dll called Newtonsoft.Json.dll and compilation fails with
Error 4 The type 'System.Func' exists in both 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll' and 'g:\Projects\X\bin\Newtonsoft.Json.dll'
I can't believe that google has released a product with such a bug, I must be missing something here?
Does any one know how to workaround this issue?