MVC Scaffolding exception
Don’t optimize your NuGet package libraries until you know exactly what are you doing. I screwed something up eventually, so when I tried to use the awesome “Add Controller” wizard, I’ve got “The term ‘Get-Scaffolder’ is not recognized as the name of a cmdlet…” error.
Solution is pretty simple: uninstall MVC Scaffolding and install from the Package Manager Console :
PM> Uninstall-Package MvcScaffolding -RemoveDependencies
...
PM> Install-Package MvcScaffolding
also check Feed Burner
1 comment:
Can I shoot you in the foot for being so MS centric these days?
Now I am going back to work on my custom lightweight ESB built with WCF 4.0 :-)
Post a Comment