0

Can anyone tell where I can get Google.Apis.dll, Google.Apis.Analytics.v3.dll, Google.Apis.Auth.PlatformServices.dll and Google.Apis.Core.dll which are of strong named. Or atleast if I can get the source code of those dlls, I can able to sign in those projects and make them strong named.

Note: I can able to get those dlls from nuget package or in code.google.com, but those are not strong named.

Greatly appreciated if anyone can help me in this case.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
shivasai
  • 81
  • 1
  • 6
  • try setting the project to .net version 4.5 those are strong named if I remember right. Its the 4.0 ones for VS 2010 that are not strong named. – Linda Lawton - DaImTo Oct 14 '14 at 12:47
  • Home of the client lib is here https://code.google.com/p/google-api-dotnet-client/ – Linda Lawton - DaImTo Oct 14 '14 at 12:52
  • When you I install the nugget package, all available versions of the DLLs are put into the "package" directory of your .NET project. The Target Framework for your project causes the appropriate DLLs to be selected to use with your compiled program. To the best of my knowledge, there are no other versions of the DLLs available than those that are installed with the NuGet packages. – Mike Meinz Oct 14 '14 at 20:21

0 Answers0