mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Starting application hangs #121
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 @uveta on GitHub (Feb 18, 2018).
I ran into an issue where trying to run my project under Electron.NET seems to hang indefinitely. When I was experimenting with Electron.NET on one machine everything worked fine, however when I moved the working project code to another computer the application refuses to start. When I try to run it via dotnet electronize start the process hangs and output is the following
When I am attempting a build via dotnet electronize build win it hangs as well with output
Both machines have the same version of Windows (1709), .NET Core SDK (2.1.4) and Node.JS (8.9.4)