I have an app that works fine. Just a simple test program that uses the AlarmService. I have an interval of every minute where the AlarmService searches a SQL Lite table to see if an event needs to be triggered.
The curious part is that if I compile in DeBug I never have a problem. But, if I compile in Release I receive an error that the Table is ReadOnly. Why? What difference could it make? So far it is not a big issue but then again it might be one of these days. Any insight would be appreciated.