I created a C# Windows Form Application(32Bit) using visual studio 2015 and dotNet Framework 4. I want that client can connect his database using odbc dsn , whether it's a 32bit OS or 64bit OS. on 32 bit OS , it's working fine, but on 64bit OS , it's not working, since oracle XE 64 bit is installed.
More details The Application can connect to any datasource using ODBC.The problem is comming when application is trying to connect oracle XE (64bit) installed on local system of the client,because in case of 32 bit everything works fine. So anything additional needs to be installed on the system so that 32 bit application can connect to oracle XE (64) installed on client machine ?