Error: This template attempted to load component assembly 'Microsoft.VisualStudio.SmartDevice'
Here is the solution:
- Open Visual Studio and go to
Tools
>Extensions and Updates
- Uninstall "NuGet Package Manager for Visual Studio 2015"
- Restart Visual Studio 2015
- Open Visual Studio and to
Tools
>Extensions and Updates
again - Install "NuGet Package Manager for Visual Studio 2015"
- Restart Visual Studio 2015
I got a similar error message when trying to create an MVC Web App on VS2015. Found this solution and it worked for me.
- Go to Tools>Extensions and Updates
- Search the NuGet Package Manager for Visual Studio 2015
- Install NuGet Package Manager
- Restart VS2015
Hope it helps.