I have a number of projects that I have combined in my project. The error message I get is the following:
A mismatch occurred between the processor architecture of the MSIL project being created and the help processor architecture of Interop.Domino, Version = 1.2.0.0, Culture = neutral, processorArchitecture = x86, x86. This mismatch can lead to runtime failures. Please consider changing the target processor architecture of your project through Configuration Manager to align processor architectures between your project and the links, or depend on links to the processor architecture that matches the target processor architecture of your project.
I found this link that gives some interesting information.
However, when I open Configuration Manager, everything looks fine:

Any idea what I can do to get rid of this compiler message?
source share