Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "xyz.Doman", "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.
Posted

1 solution

In your Visual Studio project double-click on 'Properties' in the Solution Explorer. Then click on the 'Build' tab. You will see a 'Platform Target'. Select x86 if you're running in 32-bit mode or x64 for 64-bit.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900