mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Electron.NET - RuntimeIdentifier platform 'win-x64' and the PlatformTarget 'x86' #815
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 @apedrosd on GitHub (Aug 1, 2022).
Project Type: .Net 5 MVC
OS: Win10 x64
I want to create an application with Electron JS so that it can work offline in case of network failure and communicate with an external peripheral connected to USB.
For this I have to communicate with a generic device driver. At this moment I can already communicate through visual studio (iis).
The problem is that for the drivers to work the main program has to be set to Platform Target x86 and I can't get Electron JS to start.
If I change the Platform Target to AnyCPU (x64) I get Electron JS to start but the drivers don't work.
Could there be some configuration in the part of starting Electron that could allow to overcome this behavior?
@FlorianRappl commented on GitHub (Oct 31, 2025):
Outdated - use
ElectronNET.CoreandElectronNET.Core.AspNet.See Wiki / What's New.