mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 21:25:09 +00:00
Build not launch application #687
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.
@di-one commented on GitHub (Jul 20, 2021):
I get it to work on my other pc.
I realized that a Desktop folder was created in the bin folder (while on the other pc where the build doesn't work I don't have the Desktop folder)
Now it remains to know why I don't have this Desktop folder in bin ^^
@di-one commented on GitHub (Jul 20, 2021):
Problem solved => update node js