mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
electron-builder error after migration #1051
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 @hillin on GitHub (Jan 19, 2026).
Starting the ASP.NET project after migration shows the following error:
Manually running:
shows:
@softworkz commented on GitHub (Jan 19, 2026):
Please rebuild the projects and attach the complete build log.
@hillin commented on GitHub (Jan 20, 2026):
I realized my project is still launched with electronize.exe. In the Core version we should start the ASP.NET project directly, is that right? I think this should be mentioned in the migration guide too.
@softworkz commented on GitHub (Jan 21, 2026):
Yes.
Good idea. Would you mind to submit a PR for adding this?
@hillin commented on GitHub (Jan 21, 2026):
Sure - #1015
@softworkz commented on GitHub (Jan 21, 2026):
Awesome, thanks!