System.BadImageFormatException #316

Closed
opened 2026-01-29 16:36:18 +00:00 by claunia · 5 comments
Owner

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,

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,
claunia added the question label 2026-01-29 16:36:18 +00:00
Author
Owner

@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): Did you copy the same code to a prototype and tried again with x86?
Author
Owner

@GregorBiswanger commented on GitHub (May 18, 2019):

@robertmuehsig how we can build a dotnet binaries in x86 with the electronize start command?

@GregorBiswanger commented on GitHub (May 18, 2019): @robertmuehsig how we can build a dotnet binaries in x86 with the `electronize start` command?
Author
Owner

@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.

@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.
Author
Owner

@robertmuehsig commented on GitHub (May 31, 2019):

mh - currently not. Maybe we should add some arguments there as well...

@robertmuehsig commented on GitHub (May 31, 2019): mh - currently not. Maybe we should add some arguments there as well...
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#316