gpt4 book ai didi

xamarin - 如何修复异常 System.TypeLoadException : VTable setup of type Xfx. Controls.Droid.Renderers.XfxCardViewRendererDroid 失败

转载 作者:行者123 更新时间:2023-12-03 22:12:19 25 4
gpt4 key购买 nike

我正在尝试在我的 Xamarin Forms 应用程序中实现 XfxCardView。加载应用程序时发生异常。构建时没有错误。我不知道为什么我会收到此异常。异常(exception)是

Unhandled Exception:

System.TypeLoadException: VTable setup of type Xfx.Controls.Droid.Renderers.XfxCardViewRendererDroid failed

这是我的 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"
xmlns:xfx="clr-namespace:Xfx;assembly=Xfx.Controls"

x:Class="ScrollerSample.Gallery" BackgroundColor="White">
<StackLayout Margin="20,0,0,0">
<Label Text="Top specialitiest" TextColor="Black" FontFamily="Bold,10" FontSize="20" />


<Grid RowSpacing="0">
<Grid.RowDefinitions >
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="Auto"></RowDefinition>
</Grid.RowDefinitions>
<ScrollView Grid.Row="0" HorizontalOptions="FillAndExpand" Orientation="Horizontal" VerticalOptions="StartAndExpand">
<StackLayout x:Name="StackGallery" Padding="1" Orientation="Horizontal" HorizontalOptions="FillAndExpand">

</StackLayout>
</ScrollView>
<Label Grid.Row="1" Text="RESTAURANTS NEAR YOU" TextColor="#595959" HeightRequest="30"></Label>
<Label Grid.Row="2" Text="25 Restaurants finded" TextColor="#d9d9d9" HeightRequest="20"></Label>

</Grid>
<StackLayout>

<xfx:XfxCardView CornerRadius="3" Elevation="3">
<StackLayout Padding="0" Margin="0">
<Image Source="http://lorempixel.com/1024/200/abstract" HorizontalOptions="Fill" Aspect="Fill" />
<Label Text="hi judson" TextColor="Black" Margin="8"/>



</StackLayout>
</xfx:XfxCardView>
</StackLayout>
</StackLayout>

</ContentPage>

这是 MainActivity 中的代码
using Xfx;

namespace ScrollerSample.Droid
{
[Activity(Label = "ScrollerSample", Icon = "@drawable/icon", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
{
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);
XfxControls.Init();
global::Xamarin.Forms.Forms.Init(this, bundle);
LoadApplication(new App());
}
}
}

我已经添加了显示卡片 View 所需的所有必要代码,但我仍然遇到异常。我正在使用 this Link做cardview。

最佳答案

UPADTE:对我来说,这是由 Xamarin Forms Nuget 包 3.3.0.967582 -> 3.4.0.10008975 引起的。还原此包会删除异常。

这不是答案而是评论(带图片),因为我无法在评论中添加图片。

我也有这个问题。从今天开始,我更新了所有 Nugets。不确定哪个更新导致它,但这里是更新的包。

我会报告任何新的发现。

enter image description here

关于xamarin - 如何修复异常 System.TypeLoadException : VTable setup of type Xfx. Controls.Droid.Renderers.XfxCardViewRendererDroid 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53428212/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com