Reputation: 1
Getting following error while creating new project in visual studio 2015 using template 10
Error: this template attempted to load component assembly 'Microsoft.VisualStudio.Universal.TemplateWizards, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
How to remove this error? I have already tried uninstalling and reinstalling the template.
Upvotes: 0
Views: 550
Reputation: 87
I went in to uninstall the newest version of the XAML Interactivity assembly and went back to the previous. I think is was 1.0.0.3 or something, rebuild. It worked.
Upvotes: 0