Hi,
I have an Android App built with Xamarin.forms. Everyday, HockeyApp reports crashes with the exact same error:
System.IO.IOException: Invalid handle to path "PropertyStore.forms" at System.IO.FileStream..ctor(System.String_path__FileMode_mode__FileAccess_access__FileShare_share__Int32_bufferSize__Boolean_anonymous__FileOptions_options.args:1337) at System.IO.FileStream..ctor(System.String_path__FileMode_mode__FileAccess_access__FileShare_share__Int32_bufferSize__Boolean_isAsync__Boolean_anonymous.args:1337) at System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor(System.String_path__FileMode_mode__FileAccess_access__FileShare_share__Int32_bufferSize__System.IO.IsolatedStorage.IsolatedStorageFile_isf.args:1337) at System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor(System.String_path__FileMode_mode__System.IO.IsolatedStorage.IsolatedStorageFile_isf.args:1337) at com.algodesign.tagpunch.edStorage.IsolatedStorageFileStream:.ctor(string_System.IO.FileMode_System.IO.IsolatedStorage.IsolatedStorageFile.args:1337) at System.IO.IsolatedStorage.IsolatedStorageFile.OpenFile(System.String_path__FileMode_mode.args:1337) at com.algodesign.tagpunch.edStorage.IsolatedStorageFile:OpenFile(string_System.IO.FileMode.args:1337) at com.algodesign.tagpunch.Xamarin.Forms.Platform.Android.Deserializer+<>c.<DeserializePropertiesAsync>b__1_0(.args:1337) at System.Threading.Tasks.Task1[TResult].InnerInvoke(.args:1337) at System.Threading.Tasks.Task.Execute(.args:1337) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(.args:1337) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task_task.args:1337) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task_task.args:1337) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task_task.args:1337) at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult(.args:1337) at com.algodesign.tagpunch.Xamarin.Forms.Application+<GetPropertiesAsync>d__66.MoveNext(.args:1337)
There is no explicit call to PropertyStore.forms or GetPropertiesAsync in the entire solution. Any idea how to fix or at least understand this issue? The App run on custom hardware with Kitkat 4.4.4.
Thanks for the help and have a nice day,
LP