Build not launch application #685

Open
opened 2026-01-29 16:45:59 +00:00 by claunia · 0 comments
Owner

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:

  • Install only the NetCore 3.1 SDK on my machine
  • Install only the NetCore 5.0 SDK on my machine
  • Install both
  • Creation of a project with ElectronNET 13.5.1 and Dotnet 5.0
  • Creation of a project with ElectronNET 8.31.2 and Dotnet 3.1
  • Update of ElectronNet.CLI (dotnet tool)
  • Removal + Installation of ElectronNET.CLI
  • Build with all possible arguments

It's really very strange ... Do you have any ideas to suggest to me?

Thank you.

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: - Install only the NetCore 3.1 SDK on my machine - Install only the NetCore 5.0 SDK on my machine - Install both - Creation of a project with ElectronNET 13.5.1 and Dotnet 5.0 - Creation of a project with ElectronNET 8.31.2 and Dotnet 3.1 - Update of ElectronNet.CLI (dotnet tool) - Removal + Installation of ElectronNET.CLI - Build with all possible arguments It's really very strange ... Do you have any ideas to suggest to me? Thank you.
claunia added the bug label 2026-01-29 16:45:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#685