Microsoft.WindowsAzure.Storage already has a dependency defined for Microsoft.Data.OData

I am using VS2010 with .net 4.0 and have an asp.net mvc project that contains both a web role and a worker role for azure platform.

I am trying to update my Azure.Storage package and get the following.

enter image description here

I noticed that when I look at the links in my project and look at Storage it says version 4.3.0.0. When I look into my .config package (for web and desktop) it has ..  

I cannot find a link to OData.

When I tried to install or update OData through the Package Management Console, it displays the same message "... The repository already has a dependency defined for Microsoft.Data.OData".

I have looked and could not find a post with the same error and this is the first time I have tried updating packages so I am unclear about the general process.

I have some code in my web role that apparently needs to reference the latest Storage package.

thank,

+3


source to share





All Articles