Microsoft.Ink mismatch between processor architecture

When I start the debug mode on my machine (Visual Studio 2010), there is no problem, although a warning message appeared, but when I use Visual Studio 2012, the debug mode will not be launched, but it will appear in the Process Manager. It only works in release mode in Visual Studio 2012.

How to solve a problem?

There was a mismatch between the architecture of the project processor built "MSIL" and the processor architecture of the link "Microsoft.Ink, Version = 6.1.0.0, Culture = neutral, PublicKeyToken = 31bf3856ad364e35", "AMD64". This mismatch may cause runtime errors. Please consider changing the target processor architecture of your project through Configuration Manager, so align the processor architecture between your project and the links or dependency on the processor architecture that matches the target processor architecture of your project.

Thanks.

+4
source share

Source: https://habr.com/ru/post/1416302/


All Articles