An object-oriented programming language developed by Microsoft that can be used in .NET.
From what I can tell, all of the references mentioned above are installed on my system after I have installed my application. For example, WebView2Loader.dll is installed in all 3 of the runtimes folders mentioned (win-X86, win- X64 and win-arm64) in my application. My application is set to Any PC. As I mentioned above, my application works fine in the Visual Studio environment, but as soon as I deploy it and install it on my system, the problem persists.
The WebView2Loader.dll files are loaded in this path...
C:\Program Files (x86)\VCAMM Software\Golf League Pro\runtimes\win-x64\native
...and the .exe of my application is in this folder...C:\Program Files (x86)\VCAMM Software\Golf League Pro
Thank you