Open Xarkam opened 2 years ago
Hello, I create this issue for all person using this code repository with latest nuget Microsoft.AspNetCore.Components.WebView.WindowsForms
You need to change the line 18 of Form1.cs serviceCollection.AddBlazorWebView(); as now serviceCollection.AddWindowsFormsBlazorWebView();
serviceCollection.AddBlazorWebView();
serviceCollection.AddWindowsFormsBlazorWebView();
Otherwise, you must have this error:
Thank you for the information !
Hello, I create this issue for all person using this code repository with latest nuget Microsoft.AspNetCore.Components.WebView.WindowsForms
You need to change the line 18 of Form1.cs
serviceCollection.AddBlazorWebView();
as nowserviceCollection.AddWindowsFormsBlazorWebView();
Otherwise, you must have this error: