Main Browser Window does not appear. #555

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

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

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#555