Getting an exception every time I try to add an URL webconsole:
Microsoft.Web.WebView2.Core.WebView2RuntimeNotFoundException
HResult=0x80131500
Message=Couldn't find a compatible Webview2 Runtime installation to host WebViews.
Source=Microsoft.Web.WebView2.Core
StackTrace:
at Microsoft.Web.WebView2.Core.CoreWebView2Environment.d__3.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at NETworkManager.Controls.WebConsoleControl.<UserControl_Loaded>d__19.MoveNext() in t:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\Controls\WebConsoleControl.xaml.cs:line 95
Inner Exception 1:
FileNotFoundException: The system cannot find the file specified. (0x80070002)
Steps to reproduce the issue:
- Clone the repository
- Launch build.ps1 with powershell
- Execute with debugger from visual Studio
- Go to web console, click on new connection
- Input an URL correspondent, in my case to a TP-Link WIFI router, http://192.168.2.111/
- Click Connect
NETworkManager version:
Windows version:
.NET-Framework version:
Screenshots

Eventlog (if application crashes)
'NETworkManager.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\PresentationFramework.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\WindowsBase.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Xaml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Remote Debugger\x64\Runtime\Microsoft.VisualStudio.Debugger.Runtime.NetCoreApp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.InteropServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.IO.Packaging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.TraceSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\netstandard.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Text.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\PresentationCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\DirectWriteForwarder.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.CompilerServices.VisualC.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\Microsoft.Win32.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Collections.NonGeneric.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\Microsoft.Win32.Registry.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Collections.Specialized.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.ComponentModel.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Threading.Thread.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Configuration.ConfigurationManager.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Xml.ReaderWriter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Private.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.IO.FileSystem.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.WebClient.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Cryptography.Algorithms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.ComponentModel.TypeConverter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Windows.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.ComponentModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Collections.Concurrent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.ObjectModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Requests.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.WebHeaderCollection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Resources.ResourceManager.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.Process.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\PresentationFramework.Aero2.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\ControlzEx.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\PresentationFramework-SystemXml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Windows.Controls.Ribbon.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\Dragablz.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\LoadingIndicators.WPF.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Controls.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.ComponentModel.EventBasedAsync.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Settings.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Models.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\DnsClient.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\SharpSnmpLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Localization.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Utilities.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Cryptography.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.Serialization.Formatters.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Xml.XmlSerializer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Principal.Windows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Claims.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.Serialization.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Reflection.Emit.ILGeneration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Reflection.Emit.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'Microsoft.GeneratedCode'.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Reflection.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'c:\program files (x86)\microsoft visual studio\2019\community\common7\ide\commonextensions\microsoft\xamldiagnostics\Core\x64\Microsoft.VisualStudio.DesignTools.WpfTap.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.Tracing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.IO.Pipes.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Threading.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.Serialization.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Private.DataContractSerialization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.Serialization.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\UIAutomationTypes.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\Microsoft.Xaml.Behaviors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Converters.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.Material.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\WindowsFormsIntegration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.JamIcons.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.Modern.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\UIAutomationProvider.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.MaterialLight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Profiles.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'Microsoft.GeneratedCode'.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.NetworkInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.NameResolution.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Ping.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.Entypo.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Windows.Forms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.ServicePoint.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Security.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Cryptography.X509Certificates.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.DiagnosticSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.PicolIcons.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.FontAwesome.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Cryptography.Encoding.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\AirspaceFixer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Drawing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Drawing.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Validators.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Drawing.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Threading.Overlapped.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The thread 0x201c has exited with code 0 (0x0).
The thread 0x3664 has exited with code 0 (0x0).
The thread 0x3718 has exited with code 0 (0x0).
The thread 0x2cb8 has exited with code 0 (0x0).
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\Microsoft.Web.WebView2.Wpf.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\Microsoft.Web.WebView2.Core.dll'.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.StackTrace.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Utilities.WPF.dll'. Symbols loaded.
System.Windows.Data Error: 40 : BindingExpression path error: 'WebConsole_ReloadCommand' property not found on 'object' ''WebConsoleHostViewModel' (HashCode=53650690)'. BindingExpression:Path=Data.WebConsole_ReloadCommand; DataItem='BindingProxy' (HashCode=65508645); target element is 'MenuItem' (Name=''); target property is 'Command' (type 'ICommand')
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.InteropServices.RuntimeInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Exception thrown: 'Microsoft.Web.WebView2.Core.WebView2RuntimeNotFoundException' in System.Private.CoreLib.dll
An exception of type 'Microsoft.Web.WebView2.Core.WebView2RuntimeNotFoundException' occurred in System.Private.CoreLib.dll but was not handled in user code
Couldn't find a compatible Webview2 Runtime installation to host WebViews.
Getting an exception every time I try to add an URL webconsole:
Microsoft.Web.WebView2.Core.WebView2RuntimeNotFoundException
HResult=0x80131500
Message=Couldn't find a compatible Webview2 Runtime installation to host WebViews.
Source=Microsoft.Web.WebView2.Core
StackTrace:
at Microsoft.Web.WebView2.Core.CoreWebView2Environment.d__3.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at NETworkManager.Controls.WebConsoleControl.<UserControl_Loaded>d__19.MoveNext() in t:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\Controls\WebConsoleControl.xaml.cs:line 95
Inner Exception 1:
FileNotFoundException: The system cannot find the file specified. (0x80070002)
Steps to reproduce the issue:
NETworkManager version:
Windows version:
.NET-Framework version:
Screenshots

Eventlog (if application crashes)
'NETworkManager.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\PresentationFramework.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\WindowsBase.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Xaml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Remote Debugger\x64\Runtime\Microsoft.VisualStudio.Debugger.Runtime.NetCoreApp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.InteropServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.IO.Packaging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.TraceSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\netstandard.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Text.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\PresentationCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\DirectWriteForwarder.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.CompilerServices.VisualC.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\Microsoft.Win32.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Collections.NonGeneric.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\Microsoft.Win32.Registry.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Collections.Specialized.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.ComponentModel.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Threading.Thread.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Configuration.ConfigurationManager.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Xml.ReaderWriter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Private.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.IO.FileSystem.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.WebClient.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Cryptography.Algorithms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.ComponentModel.TypeConverter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Windows.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.ComponentModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Collections.Concurrent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.ObjectModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Requests.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.WebHeaderCollection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Resources.ResourceManager.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.Process.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\PresentationFramework.Aero2.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\ControlzEx.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\PresentationFramework-SystemXml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Windows.Controls.Ribbon.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\Dragablz.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\LoadingIndicators.WPF.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Controls.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.ComponentModel.EventBasedAsync.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Settings.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Models.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\DnsClient.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\SharpSnmpLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Localization.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Utilities.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Cryptography.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.Serialization.Formatters.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Xml.XmlSerializer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Principal.Windows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Claims.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.Serialization.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Reflection.Emit.ILGeneration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Reflection.Emit.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'Microsoft.GeneratedCode'.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Reflection.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'c:\program files (x86)\microsoft visual studio\2019\community\common7\ide\commonextensions\microsoft\xamldiagnostics\Core\x64\Microsoft.VisualStudio.DesignTools.WpfTap.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.Tracing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.IO.Pipes.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Threading.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.Serialization.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Private.DataContractSerialization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.Serialization.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\UIAutomationTypes.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\Microsoft.Xaml.Behaviors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Converters.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.Material.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\WindowsFormsIntegration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.JamIcons.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.Modern.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\UIAutomationProvider.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.MaterialLight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Profiles.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'Microsoft.GeneratedCode'.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.NetworkInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.NameResolution.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Ping.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.Entypo.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Windows.Forms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.ServicePoint.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Net.Security.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Cryptography.X509Certificates.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.DiagnosticSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.PicolIcons.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\MahApps.Metro.IconPacks.FontAwesome.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Security.Cryptography.Encoding.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\AirspaceFixer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Drawing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\5.0.1\System.Drawing.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Validators.dll'. Symbols loaded.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Drawing.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Threading.Overlapped.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The thread 0x201c has exited with code 0 (0x0).
The thread 0x3664 has exited with code 0 (0x0).
The thread 0x3718 has exited with code 0 (0x0).
The thread 0x2cb8 has exited with code 0 (0x0).
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\Microsoft.Web.WebView2.Wpf.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\Microsoft.Web.WebView2.Core.dll'.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Diagnostics.StackTrace.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 't:\Users\aless\Source\Repos\BornToBeRoot\NETworkManager\Source\NETworkManager\bin\Debug\net5.0-windows10.0.17763.0\NETworkManager.Utilities.WPF.dll'. Symbols loaded.
System.Windows.Data Error: 40 : BindingExpression path error: 'WebConsole_ReloadCommand' property not found on 'object' ''WebConsoleHostViewModel' (HashCode=53650690)'. BindingExpression:Path=Data.WebConsole_ReloadCommand; DataItem='BindingProxy' (HashCode=65508645); target element is 'MenuItem' (Name=''); target property is 'Command' (type 'ICommand')
'NETworkManager.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\System.Runtime.InteropServices.RuntimeInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Exception thrown: 'Microsoft.Web.WebView2.Core.WebView2RuntimeNotFoundException' in System.Private.CoreLib.dll
An exception of type 'Microsoft.Web.WebView2.Core.WebView2RuntimeNotFoundException' occurred in System.Private.CoreLib.dll but was not handled in user code
Couldn't find a compatible Webview2 Runtime installation to host WebViews.