mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Old Version of node.dll in the Output dir #213
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 @LukasSlizik on GitHub (Sep 28, 2018).
Originally assigned to: @GregorBiswanger on GitHub.
Hi,
executing dotnet electronize build /target win creates an output directory with all the necessary win files. Among them node.dll in the version 7.9.0.0.
Starting ElectronNET.Host.exe works fine on a machine with pre-installed Node.js.
But after de-installing Node.js and starting ElectronNET.Host.exe once again, the electron window starts only to show me the following Error:
An error occurred while processing your request.
Request ID: 0HLH563TG4VCE:00000001
Other Electron Applications that come with newer version of node.dll work fine even on machines without Node.js, so my assumption here is that the problem might be in the old version of node.dll.
my node version:
node --version -> v8.12.0
How do I get dotnet electronize build /target win to use newer version of node.dll in the output directory ? Am I missing something ?
Thanks.
regards
Lukas