ZumeroDataGrid&;Xamarin UWP-“;对象引用未设置为对象的实例。”;

ZumeroDataGrid&;Xamarin UWP-“;对象引用未设置为对象的实例。”;,xamarin,datagrid,xamarin.forms,uwp,zumero-datagrid,Xamarin,Datagrid,Xamarin.forms,Uwp,Zumero Datagrid,我正试图让Zumero DataGrid和Xamarin UWP一起工作。我已经阅读了我能找到的所有文档,不幸的是,我仍然在App.g.I.cs中遇到以下异常: #if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION UnhandledException += (sender, e) => { if (global::System.Diagnostics.Debugger.IsAtt

我正试图让Zumero DataGrid和Xamarin UWP一起工作。我已经阅读了我能找到的所有文档,不幸的是,我仍然在App.g.I.cs中遇到以下异常:

#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
  UnhandledException += (sender, e) =>
  {
    if (global::System.Diagnostics.Debugger.IsAttached) 
      global::System.Diagnostics.Debugger.Break();
  };
#endif
通常我可以通过调试器自己解决这些问题,但我所要做的就是:

Message "Object reference not set to an instance of an object."
这是:

at Xamarin.Forms.Platform.UWP.TaskExtensions.<>c.<WatchForError>b__2_1(Object e)
at System.Threading.WinRTSynchronizationContext.Invoker.InvokeCore()
位于Xamarin.Forms.Platform.UWP.TaskExtensions.c.b_uu2_u1(对象e)
位于System.Threading.WinRTSynchronizationContext.Invoker.InvokeCore()处
请注意,datagrid在Android上运行得非常好——只是在我的UWP应用程序上不行


有什么建议吗

目前,Zumero DataGrid尚未为UWP做好准备,我已经尝试过了,但出现了以下异常:

无法解析程序集或Windows元数据文件 'Xamarin.Forms.Platform.WinRT.dll'

根据我的经验,这是因为nuget包中缺少Xamarin.Forms UWP渲染器。对于其他存储库,这里有一个类似的问题:

基于,它仅支持Windows平台的Windows 8.1/Windows Phone 8.1/Windows Phone 8.0


我建议您在他们的

中提交功能请求。目前,Zumero DataGrid尚未准备好UWP,我已尝试过,但出现以下异常:

无法解析程序集或Windows元数据文件 'Xamarin.Forms.Platform.WinRT.dll'

根据我的经验,这是因为nuget包中缺少Xamarin.Forms UWP渲染器。对于其他存储库,这里有一个类似的问题:

基于,它仅支持Windows平台的Windows 8.1/Windows Phone 8.1/Windows Phone 8.0


我建议您在其

中提交功能请求。您可以添加堆栈跟踪吗?通常,如果它的Zumero错误,它会有一个错误Id或编号。@Rohit Zumero DataGrid不同于Zumero sync,这里似乎没有涉及到它。这是一个同步上的错误,所以它应该至少在堆栈跟踪中有一些东西。@Rohit我认为根本没有涉及任何同步。你能添加堆栈跟踪吗?通常,如果它的Zumero错误,它会有一个错误Id或编号。@Rohit Zumero DataGrid与Zumero sync不同,这里似乎不涉及Zumero sync。这是一个同步错误,对吗,所以它应该至少在堆栈跟踪中有一些东西。@Rohit我认为根本不涉及任何同步。那么对于支持UWP的10亿设备来说它是非常无用的?那么对于支持UWP的10亿设备来说它是非常无用的?