Page 1 of 1
Cannot find data provider
Posted: Tue 22 Mar 2011 19:14
by riquecosta
Hi people, Im trying use direct connect (Oracle) and I m getting this error:
Cannot find data provider
Posted: Wed 23 Mar 2011 07:58
by Shalex
Are you getting this error in your production environment (where dotConnect for Oracle is not installed)? If yes, please make sure that you have registered the provider factory in the *.config file:
http://www.devart.com/dotconnect/oracle ... yment.html.
If this doesn't help, please specify:
1) the version (x.xx.xxx) and edition of your dotConnect for Oracle. You can find it in the Tools > Oracle > About menu of Visual Studio;
2) the exact text of the error and your stack trace;
3) if possible,
send us a small test project to reproduce the error in our environment.
Posted: Wed 23 Mar 2011 11:48
by riquecosta
hi,
Yes, this error occurs in my production environment.
As recommended, i put the code below in my web.config
then I put Devart.Data.Oracle.Entity.dll and Devart.Data.Oracle.Web.dll in Bin folder.
Now, the error changes to: Failed to locate or load the provider. NET Framework Data registered
I don't what is wrong...
Posted: Wed 23 Mar 2011 16:08
by AndreyR
Please add Devart.Data.dll and Devart.Data.Oracle.dll assemblies to the Bin folder of the application that is being deployed. This should help.
Work
Posted: Wed 23 Mar 2011 16:19
by riquecosta
Dlls added and works fine.
Tks a lot!!!!!
