0

I am developing MVC application with EF 5.0 I am trying to install DBMigration package from Nuget, but its giving an error

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

1 回答 1

0

包管理器中的项目下拉菜单需要选择其中包含 DbContext 的项目。

于 2012-10-09T22:06:56.367 回答