Method not found: 'System.Data.Entity.ModelConfiguration.Configuration.XXX
程序员文章站
2022-04-25 19:31:46
使用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
上一篇: 编故事挺快
下一篇: InfluxDB源码阅读之httpd服务
推荐阅读
-
iOS 11 使用两种方法替换(Method Swizzling)去掉导航栏返回按钮的文字
-
mysql启动报错MySQL server PID file could not be found
-
404 not found是什么意思?为什么会出现404 not found页面以及如何解决?
-
使用HttpHanlder处理404:File not found的问题
-
android Studio调试出现USB device not found怎么办?
-
详解ASP.NET Core 处理 404 Not Found
-
去掉Myeclipse对JS等文件的验证(Cannot return from outside a function or method)
-
php采用curl访问域名返回405 method not allowed提示的解决方法
-
Spring MVC 404 Not Found无错误日志的解决方法
-
404 not found是什么意思?为什么会出现404 not found页面以及如何解决?