Entity Framework 6 + SQLite

前端 未结 5 1839
醉话见心
醉话见心 2020-12-10 04:07

I\'m trying to use EF6 alpha and SQLite 1.0.66.0

My .config file:


   

        
5条回答
  •  温柔的废话
    2020-12-10 05:02

    System.Data.SQLite 1.0.91.0 has been updated to support EF6. Many thanks for Brice's EF SQLite excellent tutorial and update. You need to update your app.config for the new changes if you want it to work with the tutorial. I can confirm that this has worked for me on VS 2010:

    
    
    
    
    

提交回复
热议问题