Visual Studio loading the right (x86 or x64) dll!
Posted
by Richard González Alberto
on Stack Overflow
See other posts from Stack Overflow
or by Richard González Alberto
Published on 2010-05-04T01:04:03Z
Indexed on
2010/05/04
1:08 UTC
Read the original article
Hit count: 336
Hi, 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 wich has a dll for x86 apps and another dll for x64 apps. How do i configure my visual studio to load a reference when my configuration is x64 and another when my configuration is x86?
Thanks, Richard.
© Stack Overflow or respective owner