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
which solves the errors in c# code of MainWindow.xaml.cs, but then I get errors everywhere on "InitializeComponent".
Using Windows App SDK 1.0.0 Release
I got the following error after changing the base class to
WindowEx
in the code-behind:Took me a few minutes to figure out that I would need to change the tag name in XAML, as well:
I suggest to extend the documentation by mentioning this fact and ideally including some sample code to make this clearer to users.
The text was updated successfully, but these errors were encountered: