UWP app connecting to db in debug mode while firing an exception after being compiled in release mode
I’m facing an issue where one line of code is working in debug mode but not in release mode. I have an UWP app which connects to a sqlite db in the localState folder, the line of code that does that is the one that follows