MarkMpn / Sql4Cds

SQL 4 CDS core engine and XrmToolbox tool
MIT License
74 stars 22 forks source link

SQL 4 CDS run failed #343

Closed Zep-Friedrich closed 1 year ago

Zep-Friedrich commented 1 year ago

When I connected to the specific environment, and run the sql statements, show me the following message: ** Exception Text ** System.MissingMethodException: Method not found: 'System.Nullable1<Boolean> Microsoft.Xrm.Sdk.Metadata.EntityMetadata.get_IsRetentionEnabled()'. at MarkMpn.Sql4Cds.XTB.Autocomplete.<>c__DisplayClass3_10.<GetSuggestions>b__31(EntityMetadata e) at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable1 source, Func`2 predicate) at MarkMpn.Sql4Cds.XTB.Autocomplete.GetSuggestions(String text, Int32 pos) at MarkMpn.Sql4Cds.XTB.SqlQueryControl.<>c__DisplayClass53_0.b__3(Object s, DwellEventArgs e) at ScintillaNET.Scintilla.OnDwellStart(DwellEventArgs e)

What should I do?