System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 3faa78bc351cdaac05abe806ced2a0a936928230
Title: Installer of sqlite designer for VS2012 expects assemblies from VS2013
Status: Closed Type: Build_Problem
Severity: Important Priority: Medium
Subsystem: VsDesigner Resolution: Fixed
Last Modified: 2014-01-23 20:34:36
Version Found In: 1.0.90.0
User Comments:
anonymous added on 2014-01-14 07:19:28:
After installation of "sqlite-netFx45-setup-bundle-x86-2012-1.0.90.0.exe" VS can't connect to any sqlite DBs as it can't load designer. VS activity log showd next problem: 
<entry>
    <record>243</record>
    <time>2014/01/14 05:11:47.120</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>SetSite failed for package [System.Data.SQLite Designer Package]</description>
    <guid>{DCBE6C8D-0E57-4099-A183-98FF74C64D9C}</guid>
    <hr>80070002</hr>
    <errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.Data, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo>
  </entry>

I've double checked - my current version of Microsoft.VisualStudio.Data is 11.0.0.0. I guess, 12.0.0.0 version is VS2013 specific.

Please fix installer if it is installer problem.

mistachkin added on 2014-01-14 07:50:49:
Apparently, simply installing Visual Studio 2013 on the build machine caused the
v12 assemblies to be referenced.  I'm working on the fix right now and it will be
included in the 1.0.91.0 release.

mistachkin added on 2014-01-14 08:34:54:
Fixed on trunk via check-in [650344341e].

anonymous (claiming to be Peter) added on 2014-01-23 10:57:07:
When can we expect updated installer, or how can i manualy fix this on my system ?

mistachkin added on 2014-01-23 20:34:36:
The updated installer will be available in the 1.0.91.0 release, scheduled for
next month.