安装 Template10 build 1.1.7 后,我不断收到未设置为对象实例的对象引用错误

I keep receiving a Object Reference not set to an instance of an object error on compilation after installing Template10 build 1.1.7

每次我尝试编译我的应用程序(Petrolhead - https://github.com/SupernovaApps/Petrolhead 的源代码),升级到 Template10 1.1.7 后,我都会收到以下错误: 1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0.2\Microsoft.Windows.UI.Xaml.Common.targets(350,5): Xaml Internal Error error WMC9999: 对象引用未设置到对象的实例。

有谁知道这意味着什么,我能做些什么吗?

(如果有人可以下载我的应用程序的源代码,并查看他们是否收到相同的错误,我将不胜感激。我目前正在测试 UWP 客户端)。

我解决了我自己的问题。我试图为 GridView 中的项目创建 Tapped 事件,而不是使用 ItemClick,UWP 似乎对此不太满意。