VB.NET issue connecting to Oracle 11g
问题 OS: Windows 7 64bit VB: Visual Studio 2010 Oracle Client: 11g I am developing an application that connects to an Oracle 11g server. I am able to connect to the Oracle server via Oracle SQL Developer, ODBC (in SYSWOW64), and in VB Server Explorer. I am using the .NET reference Oracle.DataAccess located at: C:\Oracle\product\11.2.0\client_32\ODP.NET\bin\2.x\Oracle.DataAccess.dll I have tried adding the .DLL files to my bin folder as suggested by other questions and that does not work. Does