2

I am trying to include the WindowsAzure.Storage library in my Windows Phone 8 project, but it cannot resolve the reference because of this error:

Warning 3 The primary reference "Microsoft.WindowsAzure.Storage" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Net.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "3.9.0.0" in the current target framework. standrighthere

chustar
  • 12,225
  • 24
  • 81
  • 119

2 Answers2

1

Take a look at What’s new for Microsoft Azure Storage at TechEd 2014 - the latest 4.0 .NET Client Library includes Windows, Phone and RT support.

Jason

Jason Hogg - MSFT
  • 1,369
  • 9
  • 10
0

What version of the client library are you using? This Nuget package enable you to work with Windows Phone projects - nuget storage-preview. See storage team blog for more information on the final release.

Jason Hogg - MSFT
  • 1,369
  • 9
  • 10