Could not load file or assembly System.Runtime.WindowsRuntime
Hi I cannot get the Microsoft.Toolkit.Forms.UI.Controls.WebViewCompatible to work in WinFrom application. It gives me bellow runtime error
Could not load file or assembly 'System.Runtime.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
am I missing some thing here ?
@thudugala can you tell us more about your setup? Is this on .NET Core 3 or .NET Framework? What version of VS and Windows are you using? Thanks!
It's .NET Core 3, VS 2019 16.3.5, Windows 10 1903
Adding this to a bucket so we can take a quick look during our Bug Bash to see if we missed anything obvious in the update to .NET Core 3.