启用迁移时错误提供Nuget包管理器

时间:2012-10-09 07:11:06

标签: nuget nuget-package

我正在使用EF 5.0开发MVC应用程序我正在尝试从Nuget安装DBMigration包,但是它给出了错误

PM> Enable-Migrations
No context type was found in the assembly 'DBMigrationEXP'.
PM> Enable-Migrations
No context type was found in the assembly 'DBMigrationEXP'.

1 个答案:

答案 0 :(得分:0)

包管理器中的项目下拉列表需要选择包含DbContext的项目。