I am having an issue highlighting features from a layer on load. I receive an Index outside of the bounds of the array error on the following line
Dim fCollection As Collection(Of Feature) = layerToSearchSHP.FeatureSource.GetFeaturesByColumnValue("LOTS_", 7)
If I do the highlighting without the background worker on load, however, it works fine. It is essential to be done on a background worker, however. Any help is appreciated. If you can not recreate the issue I have a working demo I can email to support. Thank you.