Bob Gatto

Bob Gatto

  • 1.6k
  • 44
  • 7k

Why Can't ComoBox control be found when I'm using XAML?

Sep 12 2023 3:34 AM

I'm using Visual Studio 2022 and in my .NET Maui application that I'm writing, I'm trying to add a combo box in my XAML code. So when I first add:

<ComboBox></ComboBox>

I get a squiggly line under the word ComboBox and the message:

The 'ComboBox' weas not found. Verify that you are nit missing an assembly reference and that all referenced assemblies have been built.

Is there anything else I have to the xaml file to make .NET Maui see a combo box?

 


Answers (1)