After 9.0.71: every XAML throws "InitializeComponent not found in the context" #30008
-
Updated VS, updated to 9.0.80, updated Community.Toolkit. Even new blank XAML I create immediately throws "InitializeComponent not found" meaning Xaml is not compiled. Cannot find anything about breaking changes or migration information. No other errors present except "InitializeComponent" and references to controls by name (x:Name) Can anyone help? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Try to delete bins / objs folders and restart VS - this usually does the trick |
Beta Was this translation helpful? Give feedback.
-
dotnet workload update usually fixes this issue for me. |
Beta Was this translation helpful? Give feedback.
-
Problem was with new Community Toolkit and their new Popup, which cannot parse TypeArguments and just silently fails. |
Beta Was this translation helpful? Give feedback.
Problem was with new Community Toolkit and their new Popup, which cannot parse TypeArguments and just silently fails.