I have a WPF application. The client's database file is a .SQLite file and is created during the first run of the application. Also some excel files are also generated during run time. All these files are stored in AppData instead of the root directory. I have given the following path for the database but it still creates the file in AppData folder. System.IO.Directory.GetParent(System.Reflection.Assembly.GetExecutingAssembly().Location) + @"\NuEattendance_Faculty.sqlite"
Please help!!!