You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your code you are not running WPF app(BlazorWebViewTutorial.WpfApp) , rather BlazorWebViewTutorial.Shared App.
You will get exception at Window_ContentRendered.
Kindly show where you are real XAML file.
The text was updated successfully, but these errors were encountered:
I created a UserControl
<blazor:BlazorWebView x:Name="BlazorWebView" >
<usercontrols:DigitalClock />
</blazor:BlazorWebView>
In your code you are not running WPF app(BlazorWebViewTutorial.WpfApp) , rather BlazorWebViewTutorial.Shared App.
You will get exception at Window_ContentRendered.
Kindly show where you are real XAML file.
The text was updated successfully, but these errors were encountered: