I keep getting these two warnings: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data", "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. (MSB3270)
Seems lots of people get the same warnings. I've done some looking into it and I've read if you change the AnyCPU to x86 it should make the warnings go away, but I'm still getting them(maybe I'm doing something wrong in configuration?).
Can anyone help?