I am getting above error while upgrding xamarin forms 2.5.0 to xamarin forms 5.0
I am getting above error while upgrding xamarin forms 2.5.0 to xamarin forms 5.0
@satishmaddili-7143 The "AbsoluteLayout" works fine in my test. Try to delete the "bin" and "obj" folder under project folder, then clean and rebuild the project.
<StackLayout>
<AbsoluteLayout VerticalOptions="FillAndExpand"
HorizontalOptions="FillAndExpand">
<Label Text="hello world"/>
</AbsoluteLayout>
</StackLayout>
@satishmaddili-7143 Has the problem been solved? If not, you can feedback here.
4 people are following this question.