Hi,
When trying to publish a simple application that references to SearchEntryList action from LDAP Connector, I get a message:
Internal ErrorCompilation Error.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 argumentsssLDAPConnector.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
Any hint, what to do with this issue?
Regards
Tomasz
Hi Tomasz!
I've tried now referencing SearchEntryList in one existing module and in a new module and could publish with no errors...
Are you trying to publish in your personal environment or an enterprise one?
Does this happen in one specific module or in any module you try to reference LDAPConnector?
Can you share your module with me?
Regards,
Tiago Resende