I used this package to UWP app
Messages are normally output. But if I call a Complete method failure occurs.
I would like to know the cause of the error below.
Is it normal that an error?
Object reference not set to an instance of an object.
AzureSBLite.WinRT
at ppatierno.AzureSBLite.Messaging.BrokeredMessage.Complete()
at UWPSample.ViewModels.WelcomePageViewModel.<>c.b__10_0(BrokeredMessage message)
Hello
I used this package to UWP app Messages are normally output. But if I call a Complete method failure occurs. I would like to know the cause of the error below. Is it normal that an error?
source
error
Object reference not set to an instance of an object. AzureSBLite.WinRT at ppatierno.AzureSBLite.Messaging.BrokeredMessage.Complete() at UWPSample.ViewModels.WelcomePageViewModel.<>c.b__10_0(BrokeredMessage message)