I was trying to add all of my bank transactions into Manager, and I deleted a transaction in the process, now every time I go to view the list of bank accounts, I get the following:
System.InvalidOperationException: Nullable object must have a value.
at System.Nullable`1[System.Decimal].get_Value () [0x00000] in <filename unknown>:0
at Manager.Model.Helpers.BankReconciliations.GetItems (System.String fileId) [0x00000] in <filename unknown>:0
at Manager.HttpHandlers.File.BankAccounts.BankAccounts.Get () [0x00000] in <filename unknown>:0
at HttpFramework.HttpModule.ProcessRequest (HttpFramework.HttpRequest request) [0x00000] in <filename unknown>:0
at Manager.HttpModule.ProcessRequest (HttpFramework.HttpRequest request) [0x00000] in <filename unknown>:0
I’ve tried restarting Manager but I get the same error every time. This is using a local storage account, if that is relevant.
Otherwise though, great work! I really love it so far.