Mam ten kod i dostaje mi ten błąd, jak mogę to naprawić?Obiekt typu "System.String" nie można przekonwertować na typ "Xamarin.Forms.View"
Obiekt typu "System.String" nie może być przekonwertowany na typ "Xamarin.Forms.View".
Xaml:
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Project1.Page1">
<ContentPage.Content>
<StackLayout>
<Label Text="Text"></Label>
Some text here
<Editor Text="I am an Editor" />
</StackLayout>
</ContentPage.Content>
</ContentPage>
proszę pokaż swoją pełną wersję XAML –
Okey zaktualizuj re. –
Czy dziedziczysz z ContentPage na stronie Page1.xaml.cs? –