It compiles fine, but I get a runtime error:

An unhandled exception of type 'System.DllNotFoundException' occured in 
System.Data.SQLite.dll

Additional information:  Unable to load DLL 'SQLite.Interop.DLL':  The 
specified module could not be found.  (Exception from HRESULT:  0x8007007E)

Don Ireland

-----Original Message-----
From: "Afriza N. Arief" <afriza...@gmail.com>
To: General Discussion of SQLite Database <sqlite-users@sqlite.org>
Sent: Thu, 12 May 2011 11:25 PM
Subject: Re: [sqlite] Visual Studio EE 2010

On Fri, May 13, 2011 at 10:10 AM, Don Ireland <sql...@donireland.com> wrote:

> I'm using C++/CLI & downloaded/installed the dotnet file at the link you
> provided.
>
> After doing so, I found several DLL files in two folders:  bin & GAD (I
> believe that's the name).
>
> Don Ireland
>
>
Hi,

Try creating a new C++/CLI Console project (
http://img24.imageshack.us/img24/316/cppcliproj.png ) and then paste the
code in the gist ( https://gist.github.com/969954 ).

You need the System.Data.SQLite.dll copied to the project folder.

warning: my first time writing C++/CLI code

Regards,

Afriza N. Arief
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to