Opening demo solution results in failure with latest MSDev
Microsoft Visual Studio 2012
platform: Windows7 x86
error on opening:
GettingStartedDemo (incompatible)
Comments: The GettingStartedDemo (and other demos) requires XNA Game Studio to be installed to load properly. I'd assume that this is the source of the problem, though I'm not sure about the state of XNA Game Studio in VS2012. There appear to be a few resources out there describing how to get it set up (like http://stackoverflow.com/questions/10881005/how-to-install-xna-game-studio-on-visual-studio-2012). Note that the engine itself has versions which do not depend on XNA. There's a SharpDX fork, a SlimDX fork, and a dependency free fork. The demos for each still use XNA, but the library does not.