I'm getting a VS error indicating 'ESRI.ArcGISRuntime.Data.Geodatabase does not contain a constructor that takes 0 arguments'. If the Geodatabase class actually had such a constructor I would provide the necessary arguments. See attached.
Using ArcGIS Runtime for .NET Desktop SDK 10.2.7.1234.
Solved! Go to Solution.
You should use OpenAsync factory method to create a geodatabase.
Thanks for the quick response Antti. That is a poor implementation of a factory method by ESRI.