Skip to content

Instantly share code, notes, and snippets.

Created December 29, 2016 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/26afff1469c87e96bcaf9cc65d940995 to your computer and use it in GitHub Desktop.
Save anonymous/26afff1469c87e96bcaf9cc65d940995 to your computer and use it in GitHub Desktop.
SQLite entry in report designer exe config
<system.data>
<DbProviderFactories>
<remove invariant="System.Data.SQLite" />
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite"
type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.104.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" />
</DbProviderFactories>
</system.data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment