hey i am a beginner at C# and i was typing this:
Backgroundtexture = Content.Load<Texture2D>(
"sprites\\background");
ViewportRect = new Rectangle (0, 0,
graphics.GraphicsDevice.Viewport.Width,
graphics.GraphicsDevice.Viewport.Height);
Please help me with that "ViewportRect" error ive tryed spelling it like this "viewPortrect" that also failed... :/