Problems using Entity Framework 6 and SQLite

前端 未结 4 1051
情深已故
情深已故 2020-11-28 20:21

I\'m trying to use Entity Framework with SQLite. I had issues integrating it into my main application, so I started a little test from scratch, exactly following the directi

4条回答
  •  醉话见心
    2020-11-28 20:46

    I know this is an old question, but no one seems to have provided an answer that actually uses the .config file. Here is the system.data and entityframework sections of my web.config that allows connections to both SQLServer and Sqlite databases:

    
        
          
          
          
          
        
      
      
        
          
          
          
        
      
    

提交回复
热议问题