M
Mr. X.
Hello.
(I have asked this before in this forum.
Now I got new exception on some other circumstances) :
=====================================
VS 2008. Windows 7.
I have installed the driver for Oracle.
I succeed installing driver for : Oracle.DataAccess.Client
(Site : http://www.oracle.com/technology/software/tech/dotnet/utilsoft.html,
file : ODTwithODAC1110720.zip)
I ran the setup.
When running I got an exception :
(By create an instance by :
....
DbProviderFactory dbf;
....
dbf = DbProviderFactories.GetFactory("Oracle.DataAccess.Client");
The exception :
Unable to find the requested .Net Framework Data Provider. It may not be
installed.
)
On other circumstances I got the message, when just declaring reference
using Oracle.DataAccess.Client,
and the following line :
OracleConnectionStringBuilder csbOracle;
is excpetion (Why?) :
Could not load file or assembly 'Oracle.DataAccess, Version=2.111.7.20,
Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its
dependencies. The system cannot find the file specified.
Thanks![Smile :) :)](/styles/default/custom/smilies/smile.gif)
(I have asked this before in this forum.
Now I got new exception on some other circumstances) :
=====================================
VS 2008. Windows 7.
I have installed the driver for Oracle.
I succeed installing driver for : Oracle.DataAccess.Client
(Site : http://www.oracle.com/technology/software/tech/dotnet/utilsoft.html,
file : ODTwithODAC1110720.zip)
I ran the setup.
When running I got an exception :
(By create an instance by :
....
DbProviderFactory dbf;
....
dbf = DbProviderFactories.GetFactory("Oracle.DataAccess.Client");
The exception :
Unable to find the requested .Net Framework Data Provider. It may not be
installed.
)
On other circumstances I got the message, when just declaring reference
using Oracle.DataAccess.Client,
and the following line :
OracleConnectionStringBuilder csbOracle;
is excpetion (Why?) :
Could not load file or assembly 'Oracle.DataAccess, Version=2.111.7.20,
Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its
dependencies. The system cannot find the file specified.
Thanks
![Smile :) :)](/styles/default/custom/smilies/smile.gif)