Our app is crashing when trying to access the Table property of a ServiceFeatureTable. Part of the call to that gets down to the core CoreArcGISMapImageSublayer.CoreRT_ArcGISMapImageSublayer_getTable method. That method throws an AccessViolationException for some unknown reason. Two issues with this:
- We have a try-catch around this, the exception still crashes the app. Not sure how that's possible.
- The exception doesn't tell us why it is thrown. We can't fix without that info.
Love to hear from you guys. Thanks in advance!