running oracle code on asp.net website causes "driver missing" error -
running asp.net mvc website has code connects oracle. works fine on 1 machine on another, following error:
system.data.oracleclient requires oracle client software version 8.1.7 or greater.
here line of code breaks on:
oraclecommand command = connection.createcommand();
this machine failing have 10.2 version of oracle driver installed on machine. suggestions on wrong?
found same problem (and possible solutions) on asp.net
Comments
Post a Comment