I use SQLite and the shell from http://sqlite.phxsoftware.com/ , and when I add the data source to my project, I get the error:
"Some update commands cannot be generated automatically, the database returned the following error: Could not find or load the registered .Net Framework data provider"
I have the latest .Net service pack and I uninstalled and reinstalled SQLite software. I also looked at other places that suggest that this entry is not in the machine.config file:
<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.27.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139"/>
When I looked, I did not even find the machine.config file in the C: \ WINDOWS \ Microsoft.NET \ Framework \ v3.5 folder, but I found it in C: \ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727
Does anyone know what is going on? Do I need to uninstall the entire .Net Framework and then just install version 3.5 to fix this error?
Any help would be appreciated.
Thanks.
c # system.data.sqlite
Nathan
source share