XAML: property not found in type

Ervum Ervilia (L.) 1 Reputation point
2022-07-26T05:11:54.687+00:00

Hi,

I am pretty new to XAML and lately, I've been trying to build an APP with Xamarin Forms. The thing is; Visual Studio 2022 won't stop giving me errors as: "The property 'Content' was not found in type 'Checkbox'" or similar ones. Therefore, I cannot finish some functionalities, and the solution to this problem doesn't seem to be on any other forum.

I suppose this upper section has something to do with it:

<?xml version="1.0" encoding="utf-8" ?>  
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"  
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"  
             xmlns:d="http://xamarin.com/schemas/2014/forms/design"  
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"  
             mc:Ignorable="d"  
             x:Class="RentMatcher.Views.LoginPage"  
             Shell.NavBarIsVisible="False">  
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
{count} votes