How to make connection to oracle while compiling as 32bit in VB.NET?
I already successful connect oracle and build application using 64bit, with Oracle.DataAccess. But, when I change build to 32bit, I got error "TNS no listener".
What I already did :
- I install NuGet Oracle.ManagedDataAccess
- Change compile platform to 32bit
- Download ODAC112040Xcopy_32bit and copy OraOps11w.dll to oracle_home/bin
- Add reference Oracle.DataAccess.dll from ODAC112040Xcopy_32bit
But error still happens. Any advice?