When I try to load an EncExchangeSet object, I get the following error:
Esri.ArcGISRuntime.ArcGISRuntimeException: Internal Error: Failed to load ENC exchange set
I use the same code provided in the sample codes section (https://developers.arcgis.com/net/wpf/sample-code/add-enc-exchange-set/), and I feed the EncExchangeSet constructor with a valid path to a "CATALOG.031" file.
I get this error in the loading step:
await myEncExchangeSet.LoadAsync();
What may cause this error and what should I do to fix this?