SQLite 1.0.94 does not appear on EDM Providers

前端 未结 1 1257
感动是毒
感动是毒 2021-01-14 11:28

I noticed that this was an issue with 1.0.93, too, but it seems to also apply to 1.0.94.

More specifically:

  1. Machine runs Windows 8.1 x64, Visual Studio
相关标签:
1条回答
  • 2021-01-14 11:43

    Make sure your system.data section looks like this:

    <system.data>
     <DbProviderFactories>
        <remove invariant="System.Data.SQLite" />
        <remove invariant="System.Data.SQLite.EF6" />
        <add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
     </DbProviderFactories>
    </system.data>
    
    0 讨论(0)
提交回复
热议问题