Reputation: 5487
I installed Visual studio 2015 and I'm trying to create a test application for Windows Phone 8.1. When I create a new project, I get this message:
Any suggestions on how to solve this problem?
Upvotes: 11
Views: 20903
Reputation: 3478
Another way on VS2017 (and probably VS2019), open the Visual Studio Installer (from the Start menu), and when it loads up, press modify. From there, click on the tab at the top to select individual packages and in the list select NuGet Package Manager
. Then press modify at the bottom-right to apply the change.
Upvotes: 0
Reputation: 11
Upvotes: 1
Reputation: 151
This worked for me:
1) go to installation path for VS2015 from command prompt and type:
devenv.exe /InstallVSTemplates
2)
- Go to Tools>Extensions and Updates
- Search the NuGet Package Manager for Visual Studio 2015
- Install NuGet Package Manager
- Restart Visual Studio 2015
Upvotes: 0
Reputation: 354
Here is the solution:
Tools
> Extensions and Updates
Tools
> Extensions and Updates
againUpvotes: 10
Reputation: 11
On VS2017 go to "Tools-> Extension and Updates" then find and Check "Xamarin for Visual Studio", it was disable, i enabled it, and restarted. Worked for me.
Upvotes: 1
Reputation: 569
I got a similar error message when trying to create an MVC Web App on VS2015. Found this solution and it worked for me.
Hope it helps.
Upvotes: 5