I've been trying to access SQLite3 from VB.NET 2002 using SQLite ADO.NET data 
providers and I keep getting the following error message:

"An unhandled exception of type 'System.IO.FileNotFoundException' occurred in 
system.windows.forms.dll
Additional information: File or assembly name System.Data, or one of its 
dependencies, was not found."

I've imported the system.Data namespace but there's no change. I also tried 
importing sqlite3.dll into my project but VB.NET 2002 will not include it 
because it is not recognising sqlite3.dll as a DLL or COM component. Basically, 
how do I embed SQLite in my VB.NET application so I can query it?

K

Reply via email to