hello Everyone, Hope you all doing well.
i have a problem that keeps me from finishing any C# project i do and its not showing in my Development Desktop PC (The App on my PC works Fine) the moment i use a Setup project to build it and test it on my other laptop it start throwing SQL errors or not showing any errors at all just like if i did not run the app at all.
Example App:
a simple Password Vault to store my emails and passwords with a Login.
Database: SQLite
the App on my PC works fine in debug and release and when i build it with setup project and run it from my other laptop i get an error like
(" Attempt to write a Read only Database ") and it stops. also before this error was another one (" SQL logic error AdminTable was not found " ).
Please can someone Explain Or Help me Build The App Properly because i spent the last 5 days Scratching my head with no Progress seen.
- if any details required i can Provide it later.
Thank you All in Advance.