@Tatanka wrote:
Hi,
I installed NewtonSoft's Json.Net. It includes a simple converter:
string output = JsonConvert.SerializeObject(x);
This works fine on project A (non-monogame).
But it crashes on project B (which uses monogame) with the error:Error getting value from 'SupportedDisplayModes' on 'Microsoft.Xna.Framework.Graphics.GraphicsAdapter'.
Does anyone have any suggestions?
Posts: 7
Participants: 4