An attemp to access the database included in a ClickOnce download retruns an "attempt to auto-attach database" failure message.
File.Exists(<database name and path>) returns false, but I can see that the file does exist by looking on the hard drive.
As File.Exists will return false if the caller does not have the required permsissions, so I believe that this must be the cause of the problem.
What's the best way to give the required permissions?