mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Freezing on splash screen and transport close #871
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 @Islam-alshiki on GitHub (Apr 6, 2023).
Which version of Electron.NET CLI and API are you using?
Please always try to use latest version before report.
Which version of .NET Core and Node.js are you using (if applicable)?
Net : net6.0
node : v19.3.0
What target are you building for?
I'm still in debugging.
Enter your issue details below this comment:
When I
electronize startmy app it stops on the splash screen thatAlwaysOnTopwith last version
[23.6.1]When I tried [13.5.1], the window appears.
@IgorVolod commented on GitHub (Apr 6, 2023):
In version 23: clear the BIN and OBJ folders. Run - "Clear Solution" and "Build Solution". Only after that Build the desktop application.
@GregorBiswanger commented on GitHub (Apr 6, 2023):
You also need the latest Electron.NET CLI.
Please update these as well.
dotnet tool update ElectronNET.CLI -g@thirking commented on GitHub (Dec 12, 2023):
It worked very well
@bella1890alt commented on GitHub (Jan 29, 2024):
Hi,
Electron.NET API-23.6.1
Electron.NET CLI -23.6.1
Framework - net6.0
node :16.15.0
code:
public async void ElectronBootstrap()
{
//AddDevelopmentTests();
}
When I try to debug, i get the below error:
in the older electron.net api v13.5.1 -> it made use of dependency -> SocketIODotNet
in latest electron.net api v23.6.1 -> it uses SocketIOClient. and i start getting the above error.
please help am i missing something
@bella1890alt commented on GitHub (Jan 29, 2024):
Hi,
Electron.NET API-13.5.1
Electron.NET CLI -23.6.1
Framework - net6.0
node :16.15.0
Target ->i am still in debugging.
When I electronize start my app it stops on the splash screen that AlwaysOnTop.

@FlorianRappl commented on GitHub (Nov 1, 2025):
Outdated - use
ElectronNET.CoreandElectronNET.Core.AspNet.See Wiki / What's New.