Closed jaykannan closed 5 years ago
I've had this happen before. Did you check the running processes? I've noticed electron not actually closing. Same with the exe. I'm not sure if this is an issue specific to this demo, or just a bug in general though.
An existing Electron.NET instance was active.. kill this process yourself ... and start again... the next Electron.NET update should fixed it..
I have received the same error
Running the project outright in VS Code on Windows using
dotnet electronize start
causes this issue and I can't seem to figure out why. it ran the first time and has been doing this since then. I deleted bin/obj folders and it didn't help. how do I generally fight this?