A configuration error of "Unrecognized element 'oracleDBBinding'." indicates either the Oracle LOB Adapter has not been installed or the settings in the %windows%\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config are missing/incorrect.
If you encounter the above configuration error, verify the oracleDBBinding setting is valid in the machine.config. For example:
<system.serviceModel>
<client>
<endpoint binding="oracleDBBinding" contract="IMetadataExchange" name="oracledb" />
</client>
<extensions>
<bindingElementExtensions>
<add name="oracleDBAdapter" type="Microsoft.Adapters.OracleDB.OracleDBAdapterExtensionElement,Microsoft.Adapters.OracleDB, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</bindingElementExtensions>
<bindingExtensions>
<add name="oracleDBBinding" type="Microsoft.Adapters.OracleDB.OracleDBAdapterBindingSection,Microsoft.Adapters.OracleDB, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</bindingExtensions>
</extensions>
</system.serviceModel>
Posted
Mon, Jul 2 2007 1:23 PM
by
chilberto