I am very new to XNA and I began by following a tutorial that draws an image on the screen.
I was able to move my image into the Content folder but when I try to use it in
As you are using Visual Studio 2010, I'm guessing that you are using XNA 4.0. If this is the case, there is a new Content Reference project where you put all of your textures, sounds, models etc. into. If you have created a Content folder in the XNA Game project, this won't work.