Ticket Hash: | 7df924cbcb2a3d61aa0d11b6735953897cfc3b57 | ||
Title: | Unable to determine the provider name for provider factory of type 'System.Data.SQLite.SQLiteFactory'. Make sure that the ADO.NET provider is installed or registered in the application config. | ||
Status: | Closed | Type: | Incident |
Severity: | Important | Priority: | Medium |
Subsystem: | None | Resolution: | Duplicate |
Last Modified: |
2015-03-20 17:57:09 10.31 years ago |
Created: |
2015-03-19 19:17:38 10.32 years ago |
Version Found In: | 1.0.96.0 |
User Comments: | ||||
anonymous added on 2015-03-19 19:17:38:
I use VS2013. I installed sqlite-netFx451-setup-bundle-x86-2013-1.0.96.0.exe with the Visual Studio integration and GAC registration options. I created a console application and set it to CPU = 32 bit and Net framework 4.5.1. I set up a connection to a SqLite database in the debug folder. I installed NuGet System.Data.SqLite.EF6 ver 1.0.96.0 using Manage NuGet Packages. I added ADO.Net Entity Data Model using code first from database using the above connection. When I attempt to access the data base I get this error: “Unable to determine the provider name for provider factory of type 'System.Data.SQLite.SQLiteFactory'. Make sure that the ADO.NET provider is installed or registered in the application config”. mistachkin added on 2015-03-20 17:57:09: Duplicate of [0c36a089d58152cb].
|