Failing to build selfcontained projects. #7398
Unanswered
Petrarca181
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm using 2 machines to develop my app. They have identical configuration, but on second one when I try to build unpackaged app I receave:
Error c1010070
Failed to load and parse the manifest. Impossible to analyze requested xamls.
Error MSB3073
The command "....nuget\packages\microsoft.windows.sdk.buildtools\10.0.25158-preview\bin\10.0.25158.0\x64\mt.exe"
-nologo -manifest
"...MyApp\obj\x86\Debug\net6.0-windows10.0.19041.0\win10-x86\Manifests\app.manifest" "app.manifest"
....nuget\packages\microsoft.windowsappsdk\1.1.2\manifests\Microsoft.InteractiveExperiences.manifest
....nuget\packages\microsoft.windowsappsdk\1.1.2\manifests\Microsoft.WindowsAppSdk.Foundation.manifest
-out: "...MyApp\obj\x86\Debug\net6.0-windows10.0.19041.0\win10-x86\Manifests\mergeapp.manifest"" exited with code 31.
....nuget\packages\microsoft.windowsappsdk\1.1.2\buildTransitive\Microsoft.WindowsAppSDK.SelfContained.targets 243.
How to fix this?
Beta Was this translation helpful? Give feedback.
All reactions