mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Can't run App after Publish - Just opens command prompt #963
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aherrick on GitHub (Oct 11, 2024).
I have a simple Blazor Server .NET 8 App that I'm trying to publish. When I run it in development mode it has no issues.
When I attempt to publish and run in Production I see the following. Am I doing something wrong here?
Published Folder:
Error when trying to run EXE in BIN folder:
Below is my Program.cs code:
https://github.com/aherrick/BlazorTron
@aherrick commented on GitHub (Oct 11, 2024):
I figured this out - I was looking in the wrong spot: it publishes to:
\BlazorTron\bin\Desktop\win-unpacked