5

When I run in debug mode on my machine (Visual Studio 2010), there are no problem, although the warning message appeared, but when I use Visual Studio 2012 the debug mode will not run, but it appears in the Task Manager Processes. It only runs on release mode in Visual Studio 2012.

How to solve the problem?

There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "Microsoft.Ink, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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.

Thank you.

Alvin
  • 8,219
  • 25
  • 96
  • 177
  • Duplicate: http://stackoverflow.com/questions/10113532/visual-studio-c-c-solution-hitting-mismatch-between-processor-architecture – Bob Horn Jul 16 '12 at 21:15
  • 1
    Actually, I don't think this is a duliplcate the other question refers to a mismatch between the main and an internal project. The solution there was to make both projects use the same setting for target cpu. In this case the question is about a mismatch between the main project and an external (.net!) library microsoft.ink and so a different solution is required. – Tim Jul 28 '17 at 12:52

0 Answers0