When I run window form application in Visual Studio it works, but when make setup of it. two issues occurs:
- Either application doesn't runs.
- Gives message:
Failed to update database because database is read only.
I am using .mdf
database file in project. .mdf
file lie in the project folder.
Please provide full detail to solve this problem.