Strange error during Spacewar compiling

Hello,

I just downloaded the XNA Game Studio Express, and wanted to take SpaceWar for a spin, but when I open it and try to compile it (F5), it compiles for a few secs and then gives me this error:

http://img.photobucket.com/albums/v107/Stefander/gamedev/huh.jpg

Yet I don't have a clue why, since I installed VC#2005 and the DirectX August package... I guess I just overlooked a tiny little option, but is anyone able to help me with this?

[447 byte] By [Stefander] at [2007-12-23]
# 1
This topic pretty much solves it - down at the bottom:
Click here

Basically after you create the graphics device go:

graphics.AllowMultiSampling =
false;

MClever at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 2
Thank you, I guess I overlooked the thread in panic, heh...
Stefander at 2007-8-31 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...