The values used in the attempt to create the GraphicsDevice were invalid.
on this void on the this.Componets.Add.. part in Game1.Designer.cs:
Code: Select all
private void InitializeComponent()
{
this.graphics = new Microsoft.Xna.Framework.Components.GraphicsComponent();
this.GameComponents.Add(this.graphics);
}