我有错误:类型' StackLayout'无法添加到' IList 类型的集合或词典中。
<StackLayout x:Name="Contunie" Margin="0" HeightRequest="80" HorizontalOptions="FillAndExpand" VerticalOptions="EndAndExpand" BackgroundColor="#24348b">
<StackLayout.GestureRecognizers>
<TapGestureRecognizer Tapped="Contunie_Tapped"></TapGestureRecognizer>
</StackLayout.GestureRecognizers>
<Label Font="20" Margin="0,15,0,0" HorizontalOptions="CenterAndExpand" TextColor="White"
FontFamily="{DynamicResource GothamRoundedMedium}" Text="{Translator:Translate SendMessage}" BackgroundColor="Transparent"></Label>
</StackLayout>
答案 0 :(得分:4)
我有同样的问题。重建将解决该问题。如果您的xaml确实有问题,则您的页面很可能无法加载。
答案 1 :(得分:0)
将Xamarin Forms更新到3.2后,我遇到了同样的问题,降级回3.1.0.697729之后,问题消失了。
答案 2 :(得分:0)
如果重建失败,请重新启动Visual Studio即可。