Hello,
I deployed MAUI App to Windows 10 where could I find The MCQ.db3
If you debug the project, please print the path, then go to the path through File Explorer. It's in \Users \ [User]\AppData\Local\Packages\ [Package Name]\LocalState folder.
Debug.WriteLine(dbPath);
I searched in deployment folder
It means that you publish the app and install it via MSIX, right?
An MSIX packaged desktop app writes files to its own virtual registry and application data folder. Please see AppData operations on Windows 10, version 1903 and later
You could also display the path and go to the path directedly. Or save the package name and go to the user's AppData
folder.
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.