-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when uploading WinUI app to Windows Store: Failed to merge PRI file \Resources_split.scale-100.pri #4836
Comments
Are you adding WinAppSDK to a UWP app? Or is the UWP part of the title incorrect? |
Sorry, I have mentioned the wrong one in title. I am using the latest WinAppSDK package in my WinUI application and uploading the package in Windows Store. But it throws the error as mentioned above. |
Thank you for the update on the app type, and title. Are you able to also provide us with:
|
Exact same error ! I wasn't sure it came from WinAppSDK or VS or .NET or another updated package (as SDK.BuildTools), but you seems to confirm that it come from WinAppSDK. After downgrading to 1.5.24 again (only downgrading WinAppSDK), the Store display another error:
Could .NET 8.0.10 update be the problem here ? Thanks. |
Ok, I got it. Problem was the "Microsoft.Windows.SDK.BuildTools" nuget package version 10.0.26100.1742. |
Package acceptance validation error: We encountered a fatal error while parsing the package TTSStudio(PAK)_70.1.5.0_x86_x64.msixbundle: Failed to merge PRI file D:\SvcFab_App\PacWorkerServiceFabricType_App0\temp\47612888-ae61-4f13-ac3f-8a211f9b9679\Resources_split.scale-100.pri: 80070490. Try again or upload a new package. oh shit |
See also: #4480 |
Describe the bug
I am uploading a latest version of my app to the Windows store, but my app is throwing the error:
Package acceptance validation error: We encountered a fatal error while parsing the package MyApp (Package)_27.1.47.0_x86_x64.msixbundle: Failed to merge PRI file D:\SvcFab_App\PacWorkerServiceFabricType_App1\temp\5d7e5a9e-addb-49f3-8d95-81436b21f869\Resources_split.scale-100.pri: 80070490. Try again or upload a new package.
By upgrading the windows SDK(1.6.240923002) in MyApp.
Note: If I use the Windows SDK(1.5.241001000) in MyApp, and upload the package in Store. Not throws an exception.
Steps to reproduce the bug
Note: While uploading the package, you can see the error message.
Expected behavior
The package needs to upload properly in latest version
Screenshots
No response
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
Packaged (MSIX)
Windows version
No response
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: