System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 73d3573b83f8a28cb6a5197f65a6f99815882b86
Title: Add DataConnection fails with localization failure
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: VsDesigner Resolution: Unable_To_Reproduce
Last Modified: 2014-11-07 21:55:40
Version Found In: 1.0.91.0
User Comments:
anonymous added on 2014-02-28 07:23:21: (text/x-fossil-plain)
After installing: sqlite-netFx451-setup-bundle-x86-2013-1.0.91.0.exe on German Windows 8 x64, attaching to an SQlite database within Server Explorer fails with the following message:

"Unable to add data connection.
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure SQLite.Designer.SQLiteDataViewSupport2013.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."

mistachkin added on 2014-02-28 15:37:12: (text/x-fossil-plain)
I'm not able to reproduce this issue here locally; however, that might be due to
my Visual Studio 2013 install being English.  I'm not sure if the design-time
components have ever supported non-English versions of Visual Studio.  All I know
is that I have never personally tested such a setup.

anonymous added on 2014-11-06 22:59:46: (text/x-fossil-plain)
I just installed sqlite-netFx451-setup-bundle-x86-2013-1.0.94.0.exe and I get the same error.
My operating system is in Spanish, but use the Visual Studio 2013 in English
This is a screenshot of my error message:

http://imgur.com/c2tsM5z

mistachkin added on 2014-11-07 21:55:40: (text/x-fossil-plain)
I have just carefully examined the SQLite.Designer assembly for Visual Studio
2013.  It does contain the correct resources.

It also contains a NeutralResourcesLanguageAttribute that sets the neutral
language to English.

I'm not sure why you are seeing that error message.