-
Notifications
You must be signed in to change notification settings - Fork 89
80080204: App manifest validation error during building XamlIsland apps #328
Comments
Hello michalleptuch, thank you for opening an issue with us! I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌 |
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established. |
1 similar comment
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established. |
The ModernFlyouts Team is also experiencing this issue. |
I also experienced the same issue when I updated the VisualStudio2019. As a temporal solution I had to go back to the previous version and I can't upgrade until this bug won't be fixed. |
Has anyone filed a new issue with the Visual Studio team for this regression? If so, can they link to that issue here? |
Can everyone please upvote this issue so it can get fixed. |
It seems that the toolkit msbuild code that detects if the Xaml Applicaton dll has been added already is now not detecting it and ends up adding 2 entries of the same dll. |
Please replace this section of your wap project as follows:
|
Seems to work, Thanks @ocalvo. |
Thank you @ocalvo, it works for me as well |
@ocalvo, after I added your suggestion to the project, I submitted the build to the Store, but the certification process did not start at all. After 4 days of waiting we received an email from the support: Do you have any idea? |
@atiyka How did you create an app package? I stucked on this #328 (comment). |
Well, I just added the code above (except the first 4 lines) at the end of the |
This is a major breaking bug that has been a problem for 6 months now. Any eta on when we can expect an official solution / patch shipped? |
Also reported here: MicrosoftDocs/windows-dev-docs#3544. This issue still exists in the latest version of Visual Studio 2022 unfortunately so I'm still stuck using Visual Studio 2019 16.9.8. |
Describe the bug
I can't build my XamlIsland apps in Visual Studio 2019 v16.10 and higher. Even Visual Studio 2022 Preview doesn't handle it. Visual Studio 2019 v16.9.8 is the last tested and working version.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
Correctly building of solution
Environment
Additional context
I found similar issues that describe the same situations but solutions don't work for me:
The text was updated successfully, but these errors were encountered: