-
MVC里自己建立数据库访问,出现数据库错误:
Model compatibility cannot be checked because the database does not containmodel metadata. Model compatibility can only be checked for databases createdusing Code First or Code First Migrations.百度无果,隔日Google英文~~
解决方案:command in Package Manager Console.
1.PM>Enable-Migrations
或者还可以:
2.PM> add-migration Initial
3.PM> Update-Database
问题搞定,生成数据库,还是国外程序员牛逼!
相关文章
- 12-19MVC初学1
- 12-19MVC中Control和View之间数据传递的方式
- 12-19mvc view-controller mvc annotation-driven
- 12-19patchca整合Spring MVC生成超炫的验证码
- 12-19MVC 编程模型及其变种
- 12-19Spring MVC拦截器
- 12-19Spring MVC : ServletRequest 注入原理分析 1 - 为什么可以注入成功?
- 12-19记录使用easyui mvc项目实施过程
- 12-19在Spring MVC App中测试转发
- 12-19Embedded Jetty无法识别Spring MVC Security