如何解决软件包管理器错误?

时间:2020-04-28 18:30:31

标签: c# database entity-framework migration nuget-package-manager-console

Package Manager Console Host Version 5.4.0.6292

PM> enable-migrations

启用迁移:术语“启用迁移”不被视为cmdlet,函数,脚本文件或可操作程序的名称。检查名称的拼写,或者是否包含路径,请验证路径是否正确,然后重试。

在线:1个字符:1
+ enable-migrations
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo:ObjectNotFound :(启用迁移:字符串)[],CommandNotFoundException
+ FullyQualifiedErrorId:CommandNotFoundException

PM> Enable-Migrations-EnableAutomaticMigrations

Enable-Migrations-EnableAutomaticMigrations:术语“ Enable-Migrations-EnableAutomaticMigrations”不能识别为cmdlet,函数,脚本文件或可运行程序的名称。检查名称的拼写,或者是否包含路径,请验证路径是否正确,然后重试。

在线:1个字符:1
+ Enable-Migrations-EnableAutomaticMigrations
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo:ObjectNotFound:(Enable-Migratio ... maticMigrations:String)[],CommandNotFoundException
+ FullyQualifiedErrorId:CommandNotFoundException

PM> Enable-Migrations -EnableAutomaticMigrations

Enable-Migrations:术语“ Enable-Migrations”不被视为cmdlet,函数,脚本文件或可运行程序的名称。检查名称的拼写,或者是否包含路径,请验证路径是否正确,然后重试。

在线:1个字符:1
+ Enable-Migrations -EnableAutomaticMigrations
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo:ObjectNotFound :(启用迁移:字符串)[],CommandNotFoundException
+ FullyQualifiedErrorId:CommandNotFoundException

0 个答案:

没有答案