Fehlermeldung:
Manifest
references file 'win32\test_Convert_WinForms.exe' which is not part of the
payload.
Severity
|
|
Code
|
Description
|
Project
|
File
|
Line
|
Suppression State
|
Error
|
|
APPX0703
|
Manifest references file
'win32\test_Convert_WinForms.exe' which is not part of the payload.
|
UWP_app
|
C:\_Daten\Desktop\WinForms\_Test\test_Convert_WinForms\UWP_app\package.appxmanifest
|
1
|
|
Der Fehler tritt auf, wenn man eine UWP Universal Windows
Platform Anwendung erstellt, welche eine Windows Forms oder WPF zur
konvertierung in den Microsoft Store einbinden.
Dabei wird in die package.appxmanifest Datei einem Javascript
(Universal Windows) Projekt die benachbarte Winforms Anwendung als Exe-Datei
bei Application.Executable eingetragen.
package.appxmanifest
<Applications>
<Application Id="MyDesktopAppStep1"
Executable="win32\test_Convert_WinForms.exe"
EntryPoint="Windows.FullTrustApplication">
|
Wenn die Datei nicht im Projekt eingebunden ist, dann wird
der Fehler angezeigt:
Manifest
references file .exe which is not part of the payload.
Lösung:
Der Fehler wird gelöst, wenn man die win32 Exe Dateien in
das Projekt einbindet mit „Include in
Project“
Betrifft: Kompilieren einer UWP Anwendung, Bridge,
DesktopAppConverter