mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Application not starting with 23.6.1 #856
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 @jdjadav on GitHub (Mar 28, 2023).
Originally assigned to: @GregorBiswanger on GitHub.
Hello There,
I have upgraded my app to 23.6.1, but now it stopped working and stuck at splash screen. only splash screen opens, nothing happens after it. i see below error in terminal.

also, same is happening with WebApp demo available in current Repository.
Please help.
@GregorBiswanger commented on GitHub (Mar 28, 2023):
What .NET version is your application? What is your startup code for this? With threading? Are you using async-await correctly?
@jdjadav commented on GitHub (Mar 28, 2023):
I am using .Net 6, and VS2022, i am facing same in the demo application available in current repo.

it stucks at
with error i mentioned erlier
@GregorBiswanger commented on GitHub (Mar 28, 2023):
You have downloaded the current version of the demo app and get these errors when you start it?
https://github.com/ElectronNET/electron.net-api-demos
@jdjadav commented on GitHub (Mar 28, 2023):
@GregorBiswanger, i just found that i missed to update the electron cli global tool which result in error. Thank you s much for quick response. Appreciate it.
@GregorBiswanger commented on GitHub (Mar 28, 2023):
Fortunately, I was already sweating ;)