sqlite için Unable to find the requested .Net Framework Data Provider. It may not be installed. hatasi çözümü

8/5/2009

 Sqlite ile gelistirdiginiz projeyi host''a attiginizda Unable to find the requested .Net Framework Data Provider. It may not be installed. hatasi aliyorsaniz asagidaki satirlari web.cin.onfig dosyaniza uygun sekilde ekley

<configuration>
<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" />
</DbProviderFactories>
</system.data>
</configuration>