I am creating a appxUpload file for my UWP project release.
When I start creating a appxUpload file, I get following error:
Error: Cannot open 'C:\Project\Dekstop\obj\Release\Desktop.exe' for writing -- 'The process cannot access the file 'C:\Project\Dekstop\obj\Release\Desktop.exe' because it is being used by another process.' Packager.
This file is not opened in any of the window still it gives me this error.
I emptied the obj folder from all projects and tried rebuilding solution.
Please let me know how I can proceed to get the bundle file of my project. Thanks.