Hello,
I'm trying to make my application work with a multiple user situation by creating the database in the user's Application Data folder. I had no problem using the Environment class to get the required folder. However, I get an SQLiteException whenever I try to create the database. I'm not sure if the fact that I'm using Windows 7 64-bit has anything to do with it. I'm inserting a cropped screenshot showing the exception. Any help would be greatly appreciated.
Dave
There's not enough information here. I need a full stack trace, along with the connection string you're using.
Have you verified that the program has read/write/create/delete access to the folder?