You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning MSB3270: of the project being built "MSIL" and the processor architecture of the reference "C[...]\packages\nud2dlib-x64\2.0.0\lib\net5.0-windows7.0\d2dwinform.dll", "AMD64".
This mismatch may cause runtime failures.
Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
Obviously, this originates from nud2dlib, which is used in the area selector. That library is compiled against a specific ISA. HS is currently built with AnyCPU + Prefer-32-Bit.
HS requires a 64 bit OS, so we could go all-in on x64. Or go all-in 32 bit for whatever reason.
This should be evaluated.
The text was updated successfully, but these errors were encountered:
We get this warning when building:
Obviously, this originates from nud2dlib, which is used in the area selector. That library is compiled against a specific ISA. HS is currently built with AnyCPU + Prefer-32-Bit.
HS requires a 64 bit OS, so we could go all-in on x64. Or go all-in 32 bit for whatever reason.
This should be evaluated.
The text was updated successfully, but these errors were encountered: