Nuget is not working in Visual Studio 2010 for dot net framework 4.0 project.

thomas magami 21 Reputation points
2023-10-03T19:32:49.37+00:00

I'm trying to install Nuget on Visual Studio 2010. I want to install Azure blob Storage library in my dotnet framework 4 project in Visual Studio project. I'm getting error after installing the NuGet package manager when I right click on the Project and click on the Manage Nuget Package Manager I get error Operation failed. Value cannot be null. Parameter name:source.

I have two questions: Can we install the Nuget Package Manager in Visual Studio 2010 for .net 4 framework if yes how can I install it?

Which Azure Blob Storage version I need to use for the .net 4 framework.

Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,526 Reputation points Moderator
    2023-10-04T21:34:45.55+00:00

    Hello @thomas magami , Azure.Storage.Blobs latest version (12.18.0) supports .NET Framework 4.6.2 which is the minimum version supported by modern versions of Visual Studio. You should upgrade both your .NET Framework and Visual Studio version to, at least, versions 4.6.2 and 2017 respectively.

    For information take a look to Visual Studio Product Lifecycle and Servicing and Microsoft .NET Framework.

    Let us know if you need additional assistance. If the answer was helpful, please accept it and rate it so that others facing a similar issue can easily find a solution.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.