KY-Programming / generator

Type Generator: No framework. No magic. Just code. 100% debuggable.
https://generator.ky-programming.de
MIT License
18 stars 4 forks source link

Could not load file or assembly exception on x86 build configurations #14

Closed joachim-heck closed 4 years ago

joachim-heck commented 4 years ago

Hey Kai, seems like I just stumbled over a bit of a special issue. In order to run some of our services on 32bit systems I need to switch the build configuration to x86 during build / publish... Unfortunately the Generator is crashing with a build error when trying to load the target specific built assemblies.

Is there a way to support x64 and x86 projects, or maybe switch off the Generator for specific build or publish configurations?

ky-one commented 4 years ago

Fixed with v4.3.0