Alex Logvin
Alex Logvin
✅ Added a video. See in repository's readme
`.msixupload` is just a zip archive of `.msixbundle` + `.appxsym` (optional). You can use this PowerShell command to create `.msixupload`: ```pwsh Compress-Archive -Path "pathToProject/bin/Release/*windows*/*.msixbundle" -DestinationPath "StoreUpload.msixupload" -CompressionLevel "NoCompression" -Force ```...
Some of my customers are also having this type of issue. On Windows 11: > Fehlerhafter Anwendungsname: APPNAME.exe, Version: APPVERSION, Zeitstempel: 0x67890000 > Fehlerhafter Modulname: CoreMessagingXP.dll, Version: 10.0.26105.1013, Zeitstempel: 0x7dcce710...
For me, the installation of these packages solved the issue, not sure which one is actually needed (seems like the last one): - Microsoft.DotNet.DesktopRuntime.9 - Microsoft.EdgeWebView2Runtime - Microsoft.VCRedist.2015+.x64 Run `winget...