Reputation: 196689
running asp.net mvc website that has code that connects to oracle. Works fine on one machine but on another, I get the following Error:
System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
Here is the line of code that it breaks on:
OracleCommand command = connection.CreateCommand();
This machine that is failing does have the 10.2 version of the oracle driver installed on the machine. Any suggestions on what could be wrong?
Upvotes: 0
Views: 81