Page 1 of 1

OraDirect and DbProviderFactory

Posted: Fri 10 Feb 2006 10:35
by devrandom
Will OraDirect implement DbProviderFactory in the future?

Regards,

Hubert Krukowski

Posted: Mon 13 Feb 2006 09:54
by Paul
OraDirect .NET 3.20 have OracleProviderFactory component

DbProviderFactories.GetFactoryClasses()

Posted: Mon 13 Feb 2006 11:02
by devrandom
>> OraDirect .NET 3.20 have OracleProviderFactory component

True.

But why does a call to DbProviderFactories.GetFactoryClasses() return just the following?:
...some other providers...
PostgreSQLDirect.NET Data Provider

OraDirect is missing from that list.
I do have the OraDirect installed. Any clues?

Regards,

Hubert

Posted: Mon 13 Feb 2006 11:59
by Paul
We cannot reproduce your problem witj OraDirect .NET 3.20.7. Please check that "\\" section of WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config file has the following record


It works

Posted: Mon 13 Feb 2006 12:12
by devrandom
It was missing. Now it works.

Thank you and regards,

Hubert