Question System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.

adshocker

Well-known member
Joined
Jun 30, 2007
Messages
180
Programming Experience
Beginner
hi all,

i was under the impression that using the System.Data.OracleClient namespace will allow me to deploy my application without having the client machine install any OracleClient software besides the .Net Framework 2.0 which if i'm not mistaken, contains the System.Data.OracleClient.dll.

but after creating a WinForm application and then publishing it thru ClickOnce , i found myself getting this error when running the application on the client machine.

is this a normal behavior or did i do something wrong in the process?

thanks
 
does anyone have any information regarding this?
 
Back
Top