mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Main Browser Window does not appear. #557
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 @hhfranzo on GitHub (Aug 24, 2020).
Hi,
I've just updated the Electron .NET nuget package to the latest one. Since then, the application does not start in the Electorn Browser Window anymore when I run "electronize start". The last lines prompted are:
MyApplication\obj\Host\node_modules.bin>electron.cmd "....\main.js"
Electron Socket IO Port: 8005
Electron Socket started on port 8005 at 127.0.0.1
ASP.NET Core Port: 8006
...and then nothing happens.
Even when I build the application (electornize build /target win) and install it, the application starts but nothing happens.
I'm using .NET Core 3.1 under Win 10.
How can I solve the issue?
Thanks,
hhfranzo
@hhfranzo commented on GitHub (Aug 24, 2020):
I solved the issue by myself.
I deleted the bin and obj folders, re-run everything and now it works!