-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maui App only starts with visual studio debugger #2583
Comments
Hi @HeroinGyrl , I'm not certain, but I think to get a "runnable" app you have to "Deploy" or "Publish" the app (depending on the platform) and that will produce a runnable version of the app. |
hey @Eilon I m using deployment mode self-contained ad win10-x64 + Produce single file option however the file doesnt want to start. I dont get a error message or any other messages. I also tried to start the MaupApp1.exe in the debug/release folder it doesnt run. It only runs when I click start debugging in Visual Studio. must be a issue. |
@HeroinGyrl OK thank you for the update, we'll have to take a closer look at what's going on here. |
@Eilon is there an update on this issue? |
I'm having the same issue. I can't find any method of building, publishing, or packaging (MSIX) that produces an output that can be run outside of Visual Studio. Edit: To clarify, for Windows target. |
Hey everyone! I've been trying to look into this and wrote up all my findings in #4329. In an attempt to not be all over the place with this I'm closing this one, let's centralise the discussion in the aforementioned issue, thanks! The issue mentioned above doesn't take into account Blazor yet. So I would be curious about your findings with that. |
I can only start the MAUI App with Visual Studio debugger. whenever I got to the debug folder and try to open the exe. It will not run.
Another Question would be how can I build the App for macOS?
The text was updated successfully, but these errors were encountered: