The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
While working with Azure Storage i updating my Visual Studio 2013 update 3, then i got this kind of issue. then update the NuGet Package of Azure Storage.
In the Previous version of Azure SDK 2.3 having the NewtonSoft.Json assembly and resolved the many bugs in this version and Microsoft Released New SDK.
In May 2014 Microsoft release Windows Azure.Storage 4.0 in NuGet Package, you can update the NuGet Package then it will resolve the Issue.
for updating of NuGet Package right click the Project and Select the Manage "NuGet Packages...", then you can able to see the updates in the Updates Tab.
While working with Azure Storage i updating my Visual Studio 2013 update 3, then i got this kind of issue. then update the NuGet Package of Azure Storage.
In the Previous version of Azure SDK 2.3 having the NewtonSoft.Json assembly and resolved the many bugs in this version and Microsoft Released New SDK.
In May 2014 Microsoft release Windows Azure.Storage 4.0 in NuGet Package, you can update the NuGet Package then it will resolve the Issue.
for updating of NuGet Package right click the Project and Select the Manage "NuGet Packages...", then you can able to see the updates in the Updates Tab.
No comments:
Post a Comment