Help!
I'm working on my first XNA Project: Learning how to work with 2D images/sprites. I follow the directions completely and I get this in the Main() module when it tries to access the Game1 module:
Could not find a Direct3D device that has a Direct3D9-level driver and supports pixel shader 1.1 or greater.
I tried downloading the Direct3D 9.0 SDK extras package, but it didn't help. I'm stumped.
Dan