System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 5209264a9fd49a6dae0f3de3f1b419b31080f556
Title: VS2015 - add DataConnection fails with localization failure
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: VsDesigner Resolution: Need_More_Info
Last Modified: 2015-12-05 00:58:21
Version Found In: 3081002
User Comments:
anonymous added on 2015-11-08 12:51:51: (text/x-fossil-plain)
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, 
- select the database in using thr 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.98.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.98.0.exe.

mistachkin added on 2015-11-09 17:58:51: (text/x-fossil-plain)
The resource ("SQLite.Designer.SQLiteDataViewSupport2015.xml") is present in
the necessary DLL (i.e. "SQLite.Designer.dll"), e.g.:

.mresource public SQLite.Designer.SQLiteDataObjectSupport2015.xml
{
  // Offset: 0x00002148 Length: 0x00005CAD
}
.mresource public SQLite.Designer.SQLiteDataViewSupport2015.xml
{
  // Offset: 0x00007E00 Length: 0x00003C7C
}

mistachkin added on 2015-11-09 17:59:42: (text/x-fossil-plain)
What version of Windows are you running and what language is setup for Visual
Studio 2015 to use?

Perhaps these resources are not marked neutral and they need to be?