94
Views
1
Comments
[LDAP Connector] Internal Error
ldap-connector
Service icon
Forge asset by Tiago Resende
Application Type
Service

Hello team,

I tried to publish a simple service using server action SearchEntryList and got below internal error message:

Internal Error

Compilation Error.
warning CS1685: The predefined type 'System.ObsoleteAttribute' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll'
referencesProxy\eSpace_LDAPConnector_proxy.cs(46,1): error CS1502: The best overloaded method match for 'ssLDAPConnector.Actions.ActionSearchEntryList(OutSystems.HubEdition.RuntimePlatform.HeContext, string, string, int, ssLDAPConnector.RLTextRecordList, out ssLDAPConnector.RCReturnRecord, out ssLDAPConnector.RLEntryExtension1RecordList)' has some invalid arguments
ssLDAPConnector.Actions.ActionSearchEntryList ( heContext,inParamSearchBase, inParamFilter, inParamLimit, _proxyinParamAttributesToReturn,  out _proxyoutParamReturn,  out _proxyoutParamEntries);
referencesProxy\eSpace_LDAPConnector_proxy.cs(46,172): error CS1503: Argument 7: cannot convert from 'out ssLDAPConnector.RLEntryExtensionRecordList' to 'out ssLDAPConnector.RLEntryExtension1RecordList'
ssLDAPConnector.Actions.ActionSearchEntryList ( heContext,inParamSearchBase, inParamFilter, inParamLimit, _proxyinParamAttributesToReturn,  out _proxyoutParamReturn,  out _proxyoutParamEntries);

State: Build References Proxy

Do you know what causes this issue and how to solve it?

Best Regards.

2019-01-07 16-04-16
Siya
 
MVP

There is similar discussion at https://www.outsystems.com/forums/discussion/79310/ldap-connector-compilation-error/

btw Please publish the LDAP Connector again and see if there are any errors. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.