I have a number of projects that I have combined in my project. The error message I get is this:
There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "Interop.Domino, Version=1.2.0.0, Culture=neutral, processorArchitecture=x86", "x86". 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.
I have found this link which gives some interesting information.
However when I open up the Configuration Manager, everything looks fine:
Any idea of what I can do to get rid of this compiler message?