Xamarin格式错误LoadApplication(new App());

问题描述 投票:0回答:1

我刚刚创建了一个新的跨平台项目,并且在不编写任何代码或更改任何配置的情况下运行该应用程序,但出现以下错误:

未处理的异常:

System.TypeLoadException:无法加载字段'Xamarin.Forms.Platform.Android.RendererPool:_freeRenderers'(0)的类型,原因是:无法解析来自typeref的令牌0100027b的类型(预期类'System.Collections.Generic。堆栈1' in assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e') assembly:mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e type:System.Collections.Generic.Stack 1个成员:(发生了空)

我厌倦了更新Nuget软件包,删除bin和obj,然后重新构建。仍然发生错误。

xamarin.forms xamarin.android
1个回答
0
投票
欢迎使用堆栈溢出!

您的问题已跟踪on the Xamarin Forms Github Issues page,并且似乎很常见。解决方案似乎是要确保您安装了最新版本的Visual Studio。让我知道这是否无效。

© www.soinside.com 2019 - 2024. All rights reserved.