本文介绍了实体框架中的DataBase Update错误。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Enable-Migrations -ContextTypeName mvcSample.Models.Cart
i enabled migrations for cart.cs.migration folder with configuration is generated
error in updation.i tried
Update-Database -configuration mvcSample.Models.Cart
and error is:The project 'mvcSample' failed to build.
请回复我
please reply me
推荐答案
这篇关于实体框架中的DataBase Update错误。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!