System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 8b77722ff3b0e766fce4db053f3a62d09af942e7
Title: VS2015 - add DataConnection fails with localization failure
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: Setup Resolution: Not_A_Bug
Last Modified: 2015-12-14 16:20:28
Version Found In: 1.0.99.0
User Comments:
anonymous added on 2015-12-11 20:56:36:
I try to connect to a SQLite Database from Visual Studio 2015 within Server Explorer but the operation fail.

To do that:
- I select "System.Data.SQLite Database File (.NET Framework Data Provider for SQLite)" as Data Source,
- I test the conenction and get OK result 
- select the database in using the browsing option and when I press the OK button I obtain the following error:
"Unable to add data connection.
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure SQLite.Designer.SQLiteDataViewSupport2015.xml" was correctly embedded or linked into the assembly "SQLite.designer" at compile time, or that all the satellite assemblies required are loadable and fully signed."

My configuration:
- Windows 10 Pro 64 Bits
- Visual Studio 2015 Community
- System.Data.SQLite from https://system.data.sqlite.org/downloads/1.0.99.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.99.0.exe.

mistachkin added on 2015-12-11 23:11:52:
This is an exact duplicate of [5209264a9fd49a6dae0f3de3f1b419b31080f556].

mistachkin added on 2015-12-11 23:13:26:
If you could provide some more information about the nature of the failure and
the setup logs, that would be useful.

The log files should be located in the %TEMP% directory on the machine.  They
will have names similar to "Setup Log 2015-12-11 #001.txt" and
"Installer.exe.trace.tmp29.log".

anonymous added on 2015-12-12 08:37:22:
Log files attached as requested

mistachkin added on 2015-12-12 16:52:46:
From the logs, it looks like you had an existing install for Visual Studio 2013
and installed the setup for Visual Studio 2015 into the same directory?

mistachkin added on 2015-12-12 17:03:53:
Possible problem found:

2015-12-11 21:02:06.017   Dest filename: C:\Program Files (x86)\System.Data.SQLite\2013\bin\SQLite.Designer.dll
2015-12-11 21:02:06.017   Time stamp of our file: 2015-12-09 12:07:44.000
2015-12-11 21:02:06.017   Dest file exists.
2015-12-11 21:02:06.017   Time stamp of existing file: 2015-12-09 12:07:04.000
2015-12-11 21:02:06.017   Version of our file: 1.0.99.0
2015-12-11 21:02:06.018   Version of existing file: 1.0.99.0
2015-12-11 21:02:06.018   Same version. Skipping.

Did you install the VS 2013 setup package first and then the VS 2015 setup
package on top of it?

anonymous added on 2015-12-13 08:33:49:
Yes. I first installed the 4.51 package and then I installed the 4.6 package for VS 2015. I selected install for VS 2015 in the latter install.

mistachkin added on 2015-12-13 21:10:57:
Please uninstall all the copies of System.Data.SQLite, reboot, and install only the VS 2015 setup package.

anonymous added on 2015-12-14 07:28:51:
Removed all the SQLite installation, rebooted and reinstall. Now seems to work as expect. Thank you very much.

Attachments: