Starting application hangs #121

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

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

Start Electron Desktop Application...

When I am attempting a build via dotnet electronize build win it hangs as well with output

Build Electron Application...
Executing dotnet publish in this directory: ...
Build ASP.NET Core App for win-x64...

Both machines have the same version of Windows (1709), .NET Core SDK (2.1.4) and Node.JS (8.9.4)

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 > Start Electron Desktop Application... When I am attempting a build via _dotnet electronize build_ win it hangs as well with output > Build Electron Application... > Executing dotnet publish in this directory: ... > Build ASP.NET Core App for win-x64... Both machines have the same version of Windows (1709), .NET Core SDK (2.1.4) and Node.JS (8.9.4)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#121