Quanren Xiong wrote: > > However when I run the test program, I got following error messages. Do I need to > install sqlite-netFx40-setup-bundle-x64-2010-1.0.82.0.exe as well? >
No. The test application has nothing to do with the Visual Studio design-time support. Since the test application is managed code, it will run with the native processor architecture of the machine, which means it will require the 64-bit native interop assembly. Please see the following for more details: http://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki#q12 http://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki#q20 For your own projects, using the official NuGet package is highly recommended as it has the native library pre-loading feature enabled and handles these processor architecture differences mostly automatically. > > How to get the design time working on 64 bit platform? > Visual Studio is always a 32-bit application. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users