mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-04-09 07:39:45 +00:00
System.BadImageFormatException #316
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 @johna1203 on GitHub (May 18, 2019).
Originally assigned to: @robertmuehsig, @GregorBiswanger on GitHub.
I need to include in my project a dll that only works on x86.
When I run the "electronize start" it works, but I have a Controller that is using that DLL when I make the request using Ajax I get this error;
System.BadImageFormatException: Could not load file or assembly 'LoginId, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'is there any way to run the 'electronize start' for x86?
Thanks,
@GregorBiswanger commented on GitHub (May 18, 2019):
Did you copy the same code to a prototype and tried again with x86?
@GregorBiswanger commented on GitHub (May 18, 2019):
@robertmuehsig how we can build a dotnet binaries in x86 with the
electronize startcommand?@johna1203 commented on GitHub (May 20, 2019):
I'm just running "electronize start" and I was wondering if there is a way to run for x86. I think that would solve the error.
@robertmuehsig commented on GitHub (May 31, 2019):
mh - currently not. Maybe we should add some arguments there as well...
@GregorBiswanger commented on GitHub (May 9, 2020):
The Electron team will discontinue support for 32-bit Linux (ia32 / i386) starting with Electron v4.0. The last version of Electron that supports 32-bit based installations of Linux is Electron v3.1, which will receive support releases until Electron v6 is released. Support for 64-bit based Linux and armv7l will continue unchanged.
https://www.electronjs.org/blog/linux-32bit-support