Old Version of node.dll in the Output dir #213

Open
opened 2026-01-29 16:34:02 +00:00 by claunia · 0 comments
Owner

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

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
claunia added the questioninformation labels 2026-01-29 16:34:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#213