Oracle WCF error loading transport properties

Asked By 0 points N/A Posted on -
qa-featured

Hello experts,

I have this error when I want to open error properties. I have Windows XP SP1 on my PC this error appears in Oracle Adapter in BizTalk. Can anyone help me please to fix this error ? What should I do next with this ?

Thank you !

WCF-Oracle Transport Properties

Error loading properties.

(System.MissingMethodException) Method not found: ‘System.Configuration.ConfiguationElement

Microsoft.BizTakl.Adapter.wcf.Converters.BindingFactory.CreateBindingConfiguratioElement(System.String,System.String)’.

SHARE
Answered By 0 points N/A #179831

Oracle WCF error loading transport properties

qa-featured

You get this error message because:

1- The stored procedure does not match the actual stored procedure defined in the .NET assembly.

2- The number,sequence and … do not match the parameters in .NET

 

To solve the problem:

Check spelling mistakes or upper / lower case the name of the called stored procedure.

Check the number of parameters.

Check type and sequence of the parameters with those stored in .NET assembly.

Related Questions