I have a program that runs great in debug mode. When I install the compiled version I get a few read only errors not at installation, but at run time. Specifically, I am getting the two errors below.
Both files exist in their respective paths, and both files are in folders with the correct access rights.
First: The file exists and is not open
The Microsoft Jet engine cannot open the file 'c:\path\filename.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
Second: Unhandled exception error
Access to path 'c:\path\file' is denied.
Thank you for the help!
Both files exist in their respective paths, and both files are in folders with the correct access rights.
First: The file exists and is not open
The Microsoft Jet engine cannot open the file 'c:\path\filename.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
Second: Unhandled exception error
Access to path 'c:\path\file' is denied.
Thank you for the help!