cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Connector Enable UseIOStructs

Former Member
0 Kudos

I enabled .NET Connector's UseIOStructs in the designer. However, when we use the generated proxy, it throws the exception "Ambiguous match found". The exceptions was thrown at SAPInvoke() as we traced the code.

How can we solve this? because we need to use the additional input/output structure for serialization.

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

What version of SAP .NET Connector are you using? Please check file version if SAP.Connector.DLL.

Former Member
0 Kudos

I am using .NET connector 1.0.3

reiner_hille-doering
Active Contributor
0 Kudos

In Version 1.x we have indeed a problem with the UseIOStructs feature. This is solved in 2.0. If you want to stay with 1.0.3, as a quick fix you can rename the overload of the Method that uses the IOStructs. It can be any name that is different from the orignal one.

Answers (0)