Closed kurtyoder closed 2 years ago
Have you tried a clean checkout? Were there errors during projects restore/build? Check the version of the libcef.dll, it should be 91.0.4472.77.
Ok, my version was 91.1.6.0, let me try deleting the directory and retrying this.
So, I cleared my nuget cache and restored the project. My build failed until I removed the WebViewControl-Avalonia nuget package from the solution. It was upset with some dependency related to DinkToPdf. Is it possible that WebView and DinkToPDF aren't playing nice?
I don't know that package.
After installing the Nuget package, I used
<webview:WebView Grid.Column="1" x:Name="webview" Address="{Binding CurrentAddress}" />
to add the control to my view.When the view is loaded, I get the following error:
This occurred in versions 2.91.25, 2.91.26, and 2.91.27