this is a part of my xaml file
<StackLayout VerticalOptions ="Center" Orientation ="Vertical" HorizontalOptions ="Center">
<Label Text = "head"/>
<TableView Intent ="Menu" BackgroundColor = "White">
<TableRoot>
<TableSection >
<TextCell Text ="Email" TextColor = "Red"/>
<TextCell Text ="Password"/>
<TextCell Text ="RePassword"/>
</TableSection>
<TableSection>
<TextCell Text ="Email"/>
<TextCell Text ="Password"/>
<TextCell Text ="RePassword"/>
</TableSection>
</TableRoot>
</TableView>
</StackLayout>
I got a runtime error
Object type Xamarin.Forms.TableSection cannot be converted to target type: Xamarin.Forms.View