Re: [sqlite] Question about C# with SQLite

2016-07-07 Thread Shouwei Li
verflow? There are lots of hits over there. > > > > > > > > Regards > > > > David M Bennett FACS > > > > > > > > Andl - A New Database Language - andl.org > > > > > > > > > > > > > > > > > --

Re: [sqlite] Question about C# with SQLite

2016-07-07 Thread Chris Locke
ett FACS > > > > > > Andl - A New Database Language - andl.org > > > > > > > > > > > > > -Original Message- > > > > From: sqlite-users-boun...@mailinglists.sqlite.org [mailto: > > sqlite-users- > > > > bou

Re: [sqlite] Question about C# with SQLite

2016-07-05 Thread Keith Medcalf
te.org [mailto:sqlite-users- > boun...@mailinglists.sqlite.org] On Behalf Of Chris Locke > Sent: Tuesday, 5 July, 2016 01:38 > To: SQLite mailing list > Subject: Re: [sqlite] Question about C# with SQLite > > You might need something like Microsofts Process Monitor. > https://tec

Re: [sqlite] Question about C# with SQLite

2016-07-05 Thread Shouwei Li
; > -Original Message- > > > From: sqlite-users-boun...@mailinglists.sqlite.org [mailto: > sqlite-users- > > > boun...@mailinglists.sqlite.org] On Behalf Of J Decker > > > Sent: Tuesday, 5 July 2016 12:57 PM > > > To: SQLite mailing list &

Re: [sqlite] Question about C# with SQLite

2016-07-05 Thread Chris Locke
l - A New Database Language - andl.org > > > > > -Original Message- > > From: sqlite-users-boun...@mailinglists.sqlite.org [mailto:sqlite-users- > > boun...@mailinglists.sqlite.org] On Behalf Of J Decker > > Sent: Tuesday, 5 July 2016 12:57 PM > >

Re: [sqlite] Question about C# with SQLite

2016-07-04 Thread dandl
nal Message- > From: sqlite-users-boun...@mailinglists.sqlite.org [mailto:sqlite-users- > boun...@mailinglists.sqlite.org] On Behalf Of J Decker > Sent: Tuesday, 5 July 2016 12:57 PM > To: SQLite mailing list > Subject: Re: [sqlite] Question about C# with SQLite > > if it w

Re: [sqlite] Question about C# with SQLite

2016-07-04 Thread J Decker
if it was built with debug mode; probably the debug runtime doesn't exist there. Otherwise it's because the visual studio runtime required isn't available. On Mon, Jul 4, 2016 at 6:52 AM, Shouwei Li wrote: > Hi there, > > I have a project developed with .net 2015 and C#. I use SQLite as the > s

[sqlite] Question about C# with SQLite

2016-07-04 Thread Shouwei Li
Hi there, I have a project developed with .net 2015 and C#. I use SQLite as the server-less database. It works very well in my workstation. But it can not run on other PC. The error indicates: Unable to load DLL "SQLite.Intero.dll": The specified module could not be found. I already attach this