码迷,mamicode.com
首页 > 其他好文 > 详细

EFCore中CoreFrist多个上下文

时间:2020-07-12 22:19:09      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:bst   bsp   https   different   att   microsoft   sharp   create   eric   

CoreFrist多个上下文

出现这个怎么解决:No DbContext was found in assembly‘ ShopCore‘. Ensure that you‘ re using the correct assembly and that the type is neither abstract nor generic.

 

技术图片

 

add-migration migrationname -c AppDbContext

 技术图片

 

如果出现:Unable to create an object of type ‘AppDbContext‘. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728

技术图片

 

就是说明:缺少无参构造函数

例如:

public AppDbContext()
        {

        }

  

 

EFCore中CoreFrist多个上下文

标签:bst   bsp   https   different   att   microsoft   sharp   create   eric   

原文地址:https://www.cnblogs.com/mvpbest/p/13290046.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!