Monogame Windows 8 error - Deployment failed because an app with target platform ARM cannot be deployed to Emulator

monogame

Solution

let try to change the value "ARM" to "x86" by BUILD -> CONFIGURATION MANAGER

Problem

When i try and run the emulator I'm getting the following.... Deployment failed because an app with target platform ARM cannot be deployed to Emulator 720P. If the target platform is win32/ x86, select an emulator. If the target platform is ARM, select Device Any ideas? I've tried to adjust the configuration to X86 to no avail?

Original source