Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/11/08 15:52:29 (16 years ago)
Author:
gkronber
Message:

added configuration option to make the SQLite plugin work when it is not installed in the GAC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/app.config

    r2 r498  
    1616        </HeuristicLab.Properties.Settings>
    1717    </userSettings>
     18  <system.data>
     19    <DbProviderFactories>
     20      <remove invariant="System.Data.SQLite"/>
     21      <add name="SQLite Data Provider" invariant="System.Data.SQLite"
     22           description=".Net Framework Data Provider for SQLite"           type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
     23    </DbProviderFactories>
     24  </system.data>
    1825</configuration>
Note: See TracChangeset for help on using the changeset viewer.