If you use BIC with an ORACLE database, complete the following steps.
- From <drive>:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\CONFIG, open machine.config in a text editor.
- Search for the <system.data> element.
-
Under the <DbProviderFactories> element, verify or add
the following element.
Provider for Oracle testing" type="EFOracleProvider.EFOracleProviderFactory, EFOracleProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=def642f226e0e59b"/>
Note: To copy this example as a single line, open this document in Acrobat Reader and copy and paste the string from there. - Save and close the file.