Error compiling 16.2.53
Posted: Tue Sep 27, 2016 10:42 pm
Hi,
When I compile OD 162.53, I got a number of error from QualityMeasure.cs from properties for serializing ie.
[XmlElement(nameof(QualityMeasure.DictPatNumListEncounters),typeof(List<KeyValuePair<long,List<EhrCqmEncounter>>>))]
Errors are:
Error 146 An object reference is required for the non-static field, method, or property 'OpenDentBusiness.QualityMeasure.DictPatNumListEncounters'
Error 153 The name 'nameof' does not exist in the current context
Could you give me a hint on how to fix it? The projects are building on .NET Framework 4. I guess some settings may need to update.
Thanks
M
When I compile OD 162.53, I got a number of error from QualityMeasure.cs from properties for serializing ie.
[XmlElement(nameof(QualityMeasure.DictPatNumListEncounters),typeof(List<KeyValuePair<long,List<EhrCqmEncounter>>>))]
Errors are:
Error 146 An object reference is required for the non-static field, method, or property 'OpenDentBusiness.QualityMeasure.DictPatNumListEncounters'
Error 153 The name 'nameof' does not exist in the current context
Could you give me a hint on how to fix it? The projects are building on .NET Framework 4. I guess some settings may need to update.
Thanks
M