Code: Select all
Error XS1061 'DotNetLibForVO.WCFService' does not contain a definition for 'remotehttp' and no accessible extension method 'remotehttp' accepting a first argument of type 'DotNetLibForVO.WCFService' could be found (are you missing a using directive or an assembly reference?)
Code: Select all
service := WCFConnectionType:Get_Channel(WCFConnectionType.remotehttp, cRemoteAdr)
One small other thing - I did solve it but makes me wonder why this could only be done with with right mouse, Properties on the project, Language then Allow Dot for instance members
Code: Select all
nRowCount:=oRange:Rows.Count
but
Code: Select all
nRowCount:=oRange.Rows.Count
I should be able to get this compiling either way, without compiler options, I'd say?
Dick