.net - Google Apis Strong naming in binaries -


i'm trying receive google users app.... installed 2 packages nuget - google apis client library 1.9.0 , google.apis.admin.directory.directory_v1
environment windows7, vs2010 .net4.0 framework i've got warning:

the primary reference "google.apis" not resolved because has indirect dependency on framework assembly "system.net.http, version=1.5.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a" not resolved in targeted framework. ".netframework,version=v4.0". resolve problem, either remove reference "google.apis" or retarget application framework version contains "system.net.http, version=1.5.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a".

i understand connect somehow strong naming - tried source , compile it, though source code not adjust vs2010 ....

is there way install/compile source/whatever can me use packages?

or.. maybe receive data(users data) without using apis

thanks

unless trying build .dll don't need strong named. (as far know correct me if wrong)

i don't understand when ger getting error:

if when nuget install (install-package google.apis.admin.directory.directory_v1 )

  • right click project -> properties -> make sure target framework .net framework 4.0 not .net framework 4.0 client profile
  • make sure have newest version of nuget can cause fail import libraries.

if when trying compile project:

  • check each of dlls in reference set copy local true or add them gac

enter image description here

let me know if doesn't work.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -