• Welcome to SQLitening Support Forum.
 

Creating an installation program in VB.Net 2010 with SQLite

Started by jbsmith1145, March 21, 2016, 01:07:15 PM

Previous topic - Next topic

jbsmith1145

I am new to SQLite and I have created a couple first programs in .NET studio 2012.  It compiles and runs fine in debug mode from .NET studio.  When I create an installation project I get two warning Listed below.

Warning   1   Unable to find dependency 'MICROSOFT.DATA.CONNECTIONUI' (Signature='B03F5F7F11D50A3A' Version='10.0.0.0') of assembly 'SQLite.Designer.dll'   

Warning   2   Unable to find dependency 'MICROSOFT.VISUALSTUDIO.DATA' (Signature='B03F5F7F11D50A3A' Version='10.0.0.0') of assembly 'SQLite.Designer.dll'   

The install project include System.Data.SQLite in Detected Dependencies.

When I install the program I seems to install fine and when I go to run it I get critical errors.

What am I missing?