Hi,
I've been using MvcScaffolding in my project since October ( this year's october ) and it did a great job ( with NuGet Package Manager 1.5.* ).
However, today I've updated version of NuGet Package Manager to 1.6.21205.9031 and MvcScaffolding stopped doing great job :)
Entering phrase "Scaffold ..." into "Package Manager Console" gives me following error:
The term 'Scaffolding' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:12
-
Scaffolding <<<<
- CategoryInfo : ObjectNotFound: (Scaffolding:String) [], CommandNotFoundException
-
FullyQualifiedErrorId : CommandNotFoundException
Is there any possibility to get this problem fixed or is this problem caused strictly by this version of "NuGet Package Manager" ?