C
C#2y ago
Macke

Unable to publish MAUI App

I’m getting no error message or anything Just Package: 0 succeeded, 1 failed On the output view. I can’t find anything online about this particular error
4 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Macke
Macke2y ago
Forgot to close the post 😅 There was nothing else in the output window which was kinda stupid. After I uninstalled an old version of the program it worked so I assume it was that.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Macke
Macke2y ago
Yea, thank you for helping out 🙂
Want results from more Discord servers?
Add your server
More Posts
❔ How to Scale Winforms Components with Window ResolutionI'm trying to scale the components using the SizeChanged event, but i'm not getting anywhere. I've ✅ Done! Chartjs has one wrong entry and i dont know whyIn the Picture are shown the entry from the value and the chart(both in green). setting the decimal❔ Callback consumer to async TaskHello I'm trying to convert a callback based method to an async task. The basic idea is I have a me❔ The type or namespace name Model could not be foundHi, I'm facing an error on a missing directive when trying to specify the model name in my view mode❔ The type or namespace name 'MAUI' does not exist in the namespace 'Microsoft'I actually a noob in Mobile dev using C#, Using `Vsual Studio 2022` I created a `MAUI` app, but I ge❔ EF Core Sql Server JsonDocumentI am trying to use Entity Framework Core to map and access a json column. With EF 7, I believe that ❔ How to set relative properties ?SelectedCallingCode.CallingCode: +31 PhoneNumber: 123456 FullPhoneNumber: +31 123456 Are these synta❔ The local source doesn't exist (MAUI app)Hi dear friends, I actually a noob in `Mobile dev` using `C#`, I sart thinking to learn that, I fou❔ How to upload a MemoryStream as form file in a web request?I'm trying out how to use HttpClient.PostAsync to send a Form with a file. But I want this file to bMocking FileStream for integration testingI made a simple integration test that tests some functionality after calling an API endpoint. In my