David Risney
Results
63
comments of
David Risney
Thanks, let me try this again.
The reason for the exception with 1.0.1777 is that WinRT code in XAML is trying to load Microsoft.Web.WebView2.Core.dll but it is finding the .NET DLL rather than the WinRT DLL...
This sounds like the opposite issue. This could perhaps happen if you have a copy of the WinRT Microsoft.Web.WebView2.Core.DLL in your debug folder and .NET is trying to load the...