Can anyone configure the following sample code ?
So that it can run , When I run it the following error occurs
Setting in Machine.configNo Entity Framework provider found for the ADO.NET provider with invariant name 'Devart.Data.SQLite'
Code: Select all
<system.data>
<DbProviderFactories>
<add name="dotConnect for SQLite" invariant="Devart.Data.SQLite"
description="Devart dotConnect for SQLite" type="Devart.Data.SQLite.SQLiteProviderFactory, Devart.Data.SQLite, Version=4.6.287.0, Culture=neutral, PublicKeyToken=09af7300eec23701" />
</DbProviderFactories>
</system.data>
http://www.solidfiles.com/d/cd9615e4fb/
INFO :
SQLite Code First
Entity Framework 6
VS 2013 Preview
dotConnect for SQLite 4.6.287