xna help!!!

Associate
Joined
8 Mar 2007
Posts
2,176
Location
between here and there
hey guys,

I'm starting to learn c# with the idea of starting to create games for me self and I'm after a little help.

I've installed visual c# express (2005) and xna express 2005 but when I open a new project and select windows game from the templates I don't get the 'content' folder listed in the solution explorer.

Can anyone shed any light as to why this is??

I have spent about an hour on google trying to find a solution but no joy!

Cheers in advance :)
 
Right click the project name in the solution explorer > Add > New Folder and name it Content ;)

Not wanting to pee on your chips, but XNA may be a little involved to start learning C# with?
 
Right click the project name in the solution explorer > Add > New Folder and name it Content ;)

Not wanting to pee on your chips, but XNA may be a little involved to start learning C# with?

Cheers for the quick reply...


I have added the folder manually, but all the tut's been been reading say that it should be done automatically and since I'm starting out I'd thought it would be better to make sure everything is correct from the off. Hence why I'm trying to find out why the folder isn't there when I first open the project.

As for it being to involved, I already know hoe to code in VBS, VBA and a little VB .net and I've always found jumping straight in works for me so...

:)
 
Not that its related to your particular post - but you should really be using MS Game Studio 3.x with Visual Studio 2008 Express rather that 2005 (if your using the latest bits/following a recent tutorial at least)


Tom
 
Back
Top Bottom