David Horne wrote: > > Thanks for the help. If you've any other ideas then please let me know. >
I'm confused, do you actually mean the "System.Data.SQLite.dll" file (not sqlite.dll)? Judging from the error message, it seems you may have an extraneous install of System.Data.SQLite somewhere. Alternatively, there may be a stray managed-only System.Data.SQLite assembly in the GAC that attempts to load the 32-bit interop DLL. The error message itself is described here: http://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki#q12 However, I cannot easily explain it in this case because it appeared at first glance that you were using the DLL with the right processor architecture for your operating system. The only other explanation I can readily think of is that you are somehow setting a reference to the wrong System.Data.SQLite assembly in your project. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users