There was a Mismatch between the Processor Architecture of the project being built "MSIL" and the Processor Architecture of the Reference

Asked

Viewed 167 times

0

There was a Mismatch between the Processor Architecture of the project being built "MSIL" and the Processor Architecture of the Reference "C: Windows Microsoft.NET Framework v4.0.30319 mscorlib.dll", "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 Ferences with a Processor Architecture that Matches the Targeted Processor Architecture of your project.

I have this error when I build my project. What can it be? I never had this mistake.

  • How so? ...

  • See if this answers your question: http://stackoverflow.com/questions/10113532/how-do-i-fix-the-visual-studio-compile-error-mismatch-between-processor-archit. Another solution would be to compile in x64 instead of x86, possibly this problem will not occur.

1 answer

0

I decided, I went to each project, right-click after Properties and changed the version of Net Framework that was 4.0 to 4.5.1 and it worked.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.