I\'m working on Visual Studio in an x86. I would like to build my application for both x32 and x64. But I need to use the sqlite .net connector which has a dll for x86 apps
You can also build your application for "Any CPU" and dynamically choose which DLL to load.