Re: [sqlite] VB.net error on adding SQLite3.dll to Project References

2011-03-06 Thread jose simas
Hi,

Use System.Data.Sqlite instead: http://sqlite.phxsoftware.com/

Regards,
Jose

On 3 March 2011 09:23, J Trahair j.trah...@foreversoftware.co.uk wrote:
 Hi everyone.

 VB.Net 2005, I am trying to add sqlite3.dll to the Project References. When I 
 try to Add the dll  I get an error message:

 'A reference to {path to sqlite3.dll} could not be added. Please make sure 
 that the file is accessible, and that it is a valid assembly or COM 
 component.'

 The version of sqlite3.dll is unknown, size 546 KB modified 31 January 2011.

 Thanks in advance.

 Jonathan Trahair

 ___
 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


[sqlite] VB.net error on adding SQLite3.dll to Project References

2011-03-03 Thread J Trahair
Hi everyone.

VB.Net 2005, I am trying to add sqlite3.dll to the Project References. When I 
try to Add the dll  I get an error message:

'A reference to {path to sqlite3.dll} could not be added. Please make sure that 
the file is accessible, and that it is a valid assembly or COM component.'

The version of sqlite3.dll is unknown, size 546 KB modified 31 January 2011.

Thanks in advance.

Jonathan Trahair

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] VB.net error on adding SQLite3.dll to Project References

2011-03-03 Thread Philip Graham Willoughby
On 3 Mar 2011, at 09:23, J Trahair wrote:

 Hi everyone.
 
 VB.Net 2005, I am trying to add sqlite3.dll to the Project References. When I 
 try to Add the dll  I get an error message:
 
 'A reference to {path to sqlite3.dll} could not be added. Please make sure 
 that the file is accessible, and that it is a valid assembly or COM 
 component.'

SQLite is a C library, it isn't a COM component or a .NET assembly. So this 
message is what you should expect. If you want a COM component SQLite wrapper I 
am sure that google will help you to find one.

Best Regards,

Phil Willoughby
-- 
Managing Director, StrawberryCat Limited

StrawberryCat Limited is registered in England and Wales with Company No. 
7234809.

The registered office address of StrawberryCat Limited is:

107 Morgan Le Fay Drive
Eastleigh
SO53 4JH

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users