WindowsAppCommunity / UWPCommunityApp

A UWP companion app for the UWP Community website
https://www.microsoft.com/store/apps/9PJW4588MKV0
13 stars 5 forks source link

Fix System.NullReferenceException: Object reference not set to an instance of an object. in Project.IsOwner (String) #170

Closed yoshiask closed 3 years ago

yoshiask commented 3 years ago

Version 1.2.3.0(1.2.3.0)

Stacktrace

UwpCommunityBackend.Models.Project.IsOwner(String) + 0xbb;UwpCommunityBackend.Models

UWPCommunity.Views.DashboardView.DashboardView_obj5Bindings.Update(ProjectViewModel, Int32) + 0x66;UWPCommunity.Views.DashboardView

UWPCommunity.Views.DashboardView.DashboardView_obj5_Bindings.ProcessBindings(Object, Int32, Int32, Int32&) + 0x13b;UWPCommunity.Views.DashboardView

Interop.ComCallHelpers.Call(ComObject, RuntimeTypeHandle, Int32) + 0xb8;__Interop

__Interop.ForwardComStubs.Stub_16[TThis](ComObject, Int32) + 0x24;Interop

Reason

System.NullReferenceException: Object reference not set to an instance of an object.

Link to App Center