Hello!
I have a question about one of the prerequisites for the 100.15 version for a WPF app: System requirements for 100.15 | ArcGIS Runtime API for .NET | ArcGIS Developers
Under "Requirements for app deployment" > "WPF requirements" it says "Deployment of applications built with ArcGIS Runtime SDK for .NET (WPF) requires: Microsoft Visual C++ 2015-2022 Redistributable version 14.32.31326 minimum".
However when I install and run my application on a computer without these libraries, it still seems to function just fine. We're not bundling these libraries with our app, so I'm curious how it still works.
Our user base is guaranteed to have the 14.28.29914 versions of the redistributables installed because it is already deployed for another application. Will this version be sufficient?
Oddly, even if I uninstall the 14.28.29914 versions and restart my computer, our app still runs. What am I missing?
Thank you!
David