I have a data.mdb file what opens fine with Siaqodb Manager, but throws an exception when I try to open it from my UWP app. The Exception message is "Value cannot be null\r\nParameter name :type". After it fails to open I also cannot delete the file until I kill the process. I tried deleting it both from inside the app AND from file explorer. I am using the latest Nuget bits.
If I exit the app and delete it and then run again everything is fine...so it is not a file permission error. I am using the LocalFolder.
Any thoughts? I can provide the file if it helps.
Thanks,
Dan