mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Build not launch application #685
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 @di-one on GitHub (Jul 20, 2021).
Hi, I have a problem that I have been trying to fix for several days:
When I run my application in with electronize start, everything works fine.
But with a build version (electronize build ...), the console opens (usual behavior of ASP.NET) but the application does not start.
The problem seems to be similar to these:
https://github.com/ElectronNET/Electron.NET/issues/147
https://github.com/ElectronNET/Electron.NET/issues/387
But none of the solutions mentioned have worked.
Even stranger, using the example project (https://github.com/ElectronNET/electron.net-api-demos) I have the exact same problem.
Always stranger: same behavior on another pc.
Here is what I tried:
It's really very strange ... Do you have any ideas to suggest to me?
Thank you.