
- MICROSOFT ACTIVATION INSTALLATION ID NO ZERO HOW TO
- MICROSOFT ACTIVATION INSTALLATION ID NO ZERO INSTALL
If this happens, the solution to the error is to run the command at the dos command prompt in the project folder directory instead of in Package manager console.
MICROSOFT ACTIVATION INSTALLATION ID NO ZERO INSTALL
Rolling back package changes for 'ContosoUniversity'.ĭowngrading everything to 2.0.0 allows me to install CodeGeneration.Tools in Nuget but I still get the error: dotnet : No executable found matching command "dotnet-aspnet-codegenerator"

Install-Package : Package restore failed. + FullyQualifiedErrorId : NuGetCmdletUnhandledException, + CategoryInfo : NotSpecified: (:), Exception Reference the package directly from the project toĬontosoUniversity -> .Tools 2.0.1 -> (>= 2.0.3)ĬontosoUniversity -> (>= 2.0.0) Install-Package : Detected package downgrade: from 2.0.3 to 2.0.0. Restoring packages for C:\Users\sticker592\Documents\Visual Studio 2017\Projects\ContosoUniversity\ContosoUniversity\ContosoUniversity.csproj.

and running at Package Management Console Install-Package .Tools Throws the error: GET (CodeGeneration.Design, CodeGeneration.Utils etc. I have installed in my dependencies 2.0.3Īnd 2.0.3 and everything else is 2.0.1.
MICROSOFT ACTIVATION INSTALLATION ID NO ZERO HOW TO
This appears to be from a version compatibility issue that I don't understand or know how to fix.

Rolling back package changes for 'ContosoUniversity'. But the dotnet aspnet-codegenerator command can't be found and in the manage nuget packages, the CodeGeneration.Tools isn't installed and manually installing gives the error: Running dotnet restore claims to succeed. I have added the reference to my project.csproj file as indicated on S.O.
