A
allmhuran
I have a .net 3.5 project written with visual studio 2008. I also have
a setup project for this application.
The project includes a SQL Server CE database, and needs to read from
and write to this database.
The database file (sdf) is included in the application project as type
"content".
The setup project sends "content files" to the users application
folder.
This works under XP, but not under vista. When the program is run, an
error occurs, saying that permission is denied on the database file.
What is the solution to this for vista? Do I need to change the way
the setup project is configured, or do I need to write extra code in
the application? Do I need to do yet another different configuration
for windows 7?
I only have an XP machine on which to develop and test, so this is
very frustrating.
T.I.A.
a setup project for this application.
The project includes a SQL Server CE database, and needs to read from
and write to this database.
The database file (sdf) is included in the application project as type
"content".
The setup project sends "content files" to the users application
folder.
This works under XP, but not under vista. When the program is run, an
error occurs, saying that permission is denied on the database file.
What is the solution to this for vista? Do I need to change the way
the setup project is configured, or do I need to write extra code in
the application? Do I need to do yet another different configuration
for windows 7?
I only have an XP machine on which to develop and test, so this is
very frustrating.
T.I.A.