Как заставить мое приложение .NET работать от имени администратора также получить доступ к sqlite?
I have create Set up file for WPF application and the database is SQLite DB. After the installation the SQLite DB is located this path in C folder, and the application is running properly on any computer that without an administrator Password PC. C:\Program Files (x86)\myCompany\myScanApp.
public SQLiteConnection dbConnection = new SQLiteConnection(@"Data Source=C:\Program Files (x86)\myCompany\myScanApp\test.s3db;");
The problem is, it is failing to login after running this application if any other administrator password set PC. How can I solve this problem? How can I access Sqlite DB from C drive after installation WPF application if pc have administrator password ?
Что я уже пробовал:
Я использую эту строку подключения:-
public SQLiteConnection dbConnection = new SQLiteConnection(@"Data Source=C:\Program Files (x86)\myCompany\myScanApp\test.s3db;");
Abhilash.J.A
Пожалуйста, посоветуйте мне правильные решения
[no name]
Вам нужно хранить файл базы данных где-то еще, кроме "Program files"