Replies: 1 comment
-
I'd need more detail before I can provide any sort of guidance.
Personally I'd be developing with the same configuration as I'm releasing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thank you for your help in the past.
I have a Winforms app that runs locally in AnyCPU and is released in x86. I've added AnyCpu and true to the project properties so that it will work locally, but then it crashes with a BadImageFormatException when trying to publish.
If I remove the AnyCpu line then it publishes, but I can't run it locally.
Any insights would be appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions