Hi -
When I run my app in a docker container I get this exception when I try to set the APIKey:
Could not load ArcGIS Runtime (RuntimeCoreNet100_14.dll) or one of its dependencies. Ensure "Microsoft Visual C++ 2015-2019 Redistributable" is installed.
I've copied in all the dlls from C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\onecore\x64\Microsoft.VC142.CRT into the container, but still get same result.
Also tried by installing the chocolatey vcredist-all package, same result.
Thanks, Kirk