本文介绍了asp.net mvc 4的数据库迁移的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请我执行数据库迁移但是下面的错误显示upse.A我可以做什么

Please i want to perform database migration but the bellow error show upse.what can i do

More than one context type was found in the assembly 'AccfOutReach2013'.
To enable migrations for AccfOutReach2013.Models.AccfOutReach2013DBContext, use Enable-Migrations -ContextTypeName AccfOutReach2013.Models.AccfOutReach2013DBContext.
To enable migrations for AccfOutReach2013.Models.UsersContext, use Enable-Migrations -ContextTypeName AccfOutReach2013.Models.UsersContext.





删除SHOUTING - OriginalGriff [/编辑]



[edit]SHOUTING removed - OriginalGriff[/edit]

推荐答案


这篇关于asp.net mvc 4的数据库迁移的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-31 02:28