I am using ODP.NET in order to connect to Oracle database from my application. I would like to use Entity Framework and built application in x64 mode, but I am not quite sure how does the x86/x64 version selection of ODP.NET works.
As you need to have 32-bit Oracle Dev Tools for Visual Studio installed in order to have EF design-time tools available, I installed both x64 and x86 version.I have installed clients to separate folders. My question is: Is Entity Framework able to automatically select right version of ODP.NET based on build settings?