Method not found: 'System.Data.Entity.ModelConfiguration.Configuration.XXX
程序员文章站
2022-09-24 12:02:33
使用EF flument API 修改映射数据库字段的自增长 modelBuilder.Entity().Property(p => p.Id).HasDatabaseGeneratedOption(DatabaseGeneratedOption.None); 报错Method n ......
使用EF flument API 修改映射数据库字段的自增长
modelBuilder.Entity<Invoice>().Property(p => p.Id).HasDatabaseGeneratedOption(DatabaseGeneratedOption.None);
报错Method not found: 'System.Data.Entity.ModelConfiguration.Configuration.XXX
卸载所有项目中引用的EntityFramework
重新使用Nuget安装EntityFramework
解决此问题。
原文链接 https://www.devexpress.com/Support/Center/Question/Details/T619780/scaffolding-wizard-error-when-using-fluent-api-syntax-hasindex
上一篇: 独家首先推出设置远程访问数据库IP功能
推荐阅读
-
sudo service: command not found 报错的解决方法
-
FOUND.000和FOUND.001是什么,是不是病毒?
-
php采用curl访问域名返回405 method not allowed提示的解决方法
-
linux下提示bash:command not found
-
交给子类: Template Method(模板方法模式)【PHP】
-
Apache访问出现501 Method Not Implemented错误解决
-
Apache遇到的问题 APR not found问题的解决方法
-
IIS HTTP 错误 404.17 - Not Found 解决方法
-
docker.service启动失败:Unit not found的原因及解决办法
-
error: style attribute ‘@android:attr/windowEnterAnimation’ not found.