SharpDX 2.6.2 on Monogame, possible?

I’ve been trying to install newest SharpDX on Monogage in Windows Phone environment. No luck. Visual Studio throws exception and says “file not found” in MainPage.xaml.cs, in game = XamlGame.Create… line.

Is this even possible? Any pointers?

thanks!

I would expect that you need to build MonoGame against the new SharpDX and will probably require some code changes.

You can’t simply swap out DLLs in your game package.