jsuarezruiz / netmaui-chat-app-challenge

Chat App UI Challenge made with .NET MAUI.
240 stars 89 forks source link

Windows Issue #2

Closed DeepWorksStudios closed 1 year ago

DeepWorksStudios commented 2 years ago

The Template does not work on Windows but on Android it seems working fine

Error Severity Code Description Project File Line Suppression State Error DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(33,27): Fehler 0x80070003: The Package "39E66DD9-0F5F-4097-9B78-1521B46229A0_9zz4h110yvjzm" cannot be installed or updated because the welcome screen image [appiconfgSplashScreen.png] cannot be loaded. Verify that the package contains an image that can be used as the splash screen for the application and that the package manifest points to the correct location of the splash screen image in the package. TravelApp

BadranYahyaoui commented 2 years ago

the issue is related to missing Visual Asset files, so instead in the solution you can go to Platforms/Windows/Package.appxmanifest and in Visual Assets tab go and replace Assets\appiconLargeTile.png by $placeholder$.png

DeepWorksStudios commented 2 years ago

i needed also to replace the splashscreen via your descirbed way