mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
.NET 7 not starting after build #801
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 @wthks on GitHub (Jun 18, 2022).
When I use the
electronize buildcommand the application does not start anymore. however when I use visual studio it opens without any problems.I use .net 7 and the PR h5.ElectronNET
only thing that appears when I run the app in terminal are these.
@wthks commented on GitHub (Jun 18, 2022):
updating nodejs and npm fixed the issue.