Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: This template attempted to load component assembly 'Microsoft.VisualStudio.SmartDevice'

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:

enter image description here

Any suggestions on how to solve this problem?

like image 915
Minions Avatar asked Jun 05 '15 00:06

Minions


3 Answers

  1. Go to tools>Extensions and updates
  2. Search for Visual studio tools for Apache cordova and enable it.
  3. Restart visual studio and it will work
like image 38
Ahmad Avatar answered Sep 23 '22 14:09

Ahmad


Here is the solution:

  1. Open Visual Studio and go to Tools > Extensions and Updates
  2. Uninstall "NuGet Package Manager for Visual Studio 2015"
  3. Restart Visual Studio 2015
  4. Open Visual Studio and to Tools > Extensions and Updates again
  5. Install "NuGet Package Manager for Visual Studio 2015"
  6. Restart Visual Studio 2015
like image 156
nisiumi Avatar answered Sep 25 '22 14:09

nisiumi


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.

Refer: https://developercommunity.visualstudio.com/content/problem/83460/cannot-create-a-new-xamarin-project-using-vs2017.html

like image 43
Yafi Avatar answered Sep 24 '22 14:09

Yafi