Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install XNA 4.0 Visual Studio 2010 Windows 8

I installed windows 8 a month ago and now want to add xna game studio 4.0 to my visual studio 2010 ultimate. I downloaded the xna installer from http://www.microsoft.com/en-us/download/details.aspx?id=23714 and ran the setup. First it said something about compatibility issues but the setup continued. after it finished I restarted the computer and wanted to make a xna project but its not showing in the c# drop-down menu. So i took a look at the %programm files(x86)%/Microsoft viual studio 10.0/Common 7/IDE/extensions/Microsoft, but there was no xna folder. Did I do something wrong or is windows 8 having some issues with vs2010 and xna 4.0?

like image 587
TheEdgeOfRage Avatar asked Dec 23 '12 12:12

TheEdgeOfRage


People also ask

Is Microsoft XNA Framework redistributable 4.0 refresh needed?

This release contains improved functionality as well as new features. Installation of this runtime is unnecessary on systems with Microsoft XNA Game Studio 4.0 Refresh already installed.

Does XNA work on Windows 10?

the xna redist is still downloadable on their site and I develop with xna on Windows 10 just fine. yes support was dropped but it still works perfectly fine on newer windows.

What is Microsoft XNA Framework redistributable 4.0 needed?

The XNA Framework Redistributable provides the necessary runtime components to execute a game on Windows that was developed using Microsoft XNA Game Studio 4.0. This release contains improved functionality as well as new features.

What replaced Microsoft XNA?

By the time the next generation of consoles released, XNA had been abandoned, but Monogame came in to take its place, and it had support for PlayStation 4."


2 Answers

XNA is not officially supported on Windows 8 and never will be because Microsoft simply gave up on it.

This solution explains how to install XNA on Windows 8 but clearly if you want a stable development environment you will have to develop on a Windows 7 machine but remember that even if you are skilled on XNA, the Framework itself is doomed and bound to disappear.

If you want to keep developing with C# on Windows 8 I can only recommend you move to MonoGame which is an open source implementation of the XNA 4 API for multiple platforms using the CLR or Mono so basically most of your XNA knowledge can be reused in MonoGame.

like image 150
Ucodia Avatar answered Sep 21 '22 20:09

Ucodia


IF you realy want to keep on programming with XNA 4.0 there is a work around. Just install the following program (official windows program):

http://www.xbox.com/en-US/LIVE/PC/DownloadClient

This is the windows marketplace client which seems to help a lot, after installing try installing xna again it should work, atleast it did fine on my PC which is running windows 8.

like image 34
Hugo Avatar answered Sep 19 '22 20:09

Hugo