[program-l] Re: VS.net C# and SQLite

  • From: Jeff Berwick <mailinglists@xxxxxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Sun, 26 Feb 2017 12:33:45 -0500

Has anybody had any luck switching between the different tabs in the project 
properties?  I’m using the latest version of Jaws on a Windows 10 machine.

A tip on the internet has suggested that I have to set a couple of items to 
release in the “Build” tab and maybe that will help me.  However, I can’t 
access the “build” tab either by pressing control tab or using the mouse.

It would appear that the bin/release folder is not being populated and I’m 
wondering if that is preventing the publish procedure from finding/installing 
the sqlite.interop.dll.  On this point, I’m really not sure.

Thx,
Jeff

On Feb 23, 2017, at 3:59 PM, Sean Farrow <sean.farrow@xxxxxxxxxxxxxxxx> wrote:

Hi,
 
Is the SQLite.Interop.dll file in the bin directory? Would it be possible to 
put it somewhere—GitHub/dropbox for me to take a look?
Happy to help where I can!
Cheers
Sean.
From: program-l-bounce@xxxxxxxxxxxxx [mailto:program-l-bounce@xxxxxxxxxxxxx] ;
On Behalf Of Jeff Berwick
Sent: Thursday, February 23, 2017 20:53
To: program-l@xxxxxxxxxxxxx
Subject: [program-l] VS.net C# and SQLite
 
Hi all,
 
I have built a VS.net <http://vs.net/> 2015 project and installed 
System.Data.SQLite with Nuget.
 
When I run the app in the IDE, everything works fine; however, when I publish 
it and install it on my or any other computer, it can’t find the 
SQLite.Interop.dll file.
 
Has anybody successfully built an app using SQLite?
 
Thx,
Jeff


Other related posts: