System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: edd2cf0d5bde5fd681fa14f5b695c238aa9bc931
Title: From the entity model (edmx) if I try to generate database from model I get an error
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: Setup Resolution: Not_A_Bug
Last Modified: 2012-01-29 16:59:41
Version Found In: 1.0.79.0
Description:
I have VS 2010 in windows XP 32 bits, I have installed sqlite-netFx40-setup-bundle-x86-2010-1.0.79.0.

I open my project, create the connection and I can create the model edmx from the database, my file s3db.

When I compile the solution I get the following error:

System.Configuration.ConfigurationsErrorException: data provider .NET framework registered is not found or can not be loaded.

Perhaps does the installer not register the dll correctly?



Thanks.

<hr /><i>mistachkin added on 2012-01-28 23:21:36 UTC:</i><br />
Did you select the option to install the assemblies into the GAC during setup?

<hr /><i>anonymous added on 2012-01-29 07:47:56 UTC:</i><br />
No, I don't select install in the GAC, because I used the default options in the wizard installer.

I reinstall the package with this option and now works.

So  the problem is solved.



Thanks.