Getting XNA 2.0 working with Visual Studio 2008
 
 

Last week I wanted to start using the XNA framework in my C# applications, but found out it doesn't work with Visual Studio 2008. Here is how to solve that problem without installing additional software:


1. Download
XNA Game Studio 2.0.

2. Extract the contents of this file using an archive software of your choice.

3. From the extracted files, first install redists.msi and then xnags_shared.msi.

4. Create a new Visual Studio project such as a Windows Forms Application, Class Library, etc.


 



5. Add Reference to the XNA frameworks you want to use in your project.






6. Go to project properties, and set the target platform to x84, since as of now XNA isn't supported on 64bit platforms.






11. Enjoy.



 







 

All Content (c) 2004-2008 Light [Except submitted materials]