I have written oData application (webservice) to connect to other application which was working fine. Recently trying to update the service, I am getting the below error from oDataclient.cs file.
Severity Code Description Project File Line Suppression State Error CS1061 'string' does not contain a definition for 'EntityTracker' and no accessible extension method 'EntityTracker' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
Severity Code Description Project File Line Suppression State Error CS1503 Argument 1: cannot convert from 'string' to 'Microsoft.OData.Client.DataServiceContext'
Error is from the below area, Appreciate any advice on this.
I hope this helps, but please let me know if you need anything else or if you have any other questions. thanks, Haig Liu
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.