Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
I get this question so often? How can I install XNA with the latest version of Visual Studio.
The question generally comes from UK Academics still teaching XNA here the latest up to date how to use XNA and Visual Studio 2015.
Thanks to the Open Source Project MXA, XNA now works fine with Visual Studio 2015
XNA is a great framework for creating games, and we use it as a tool to motivate students to learn how to program whilst creating great games at extra-curricular events such as the three thing game.
Many academic still stress
A tool like XNA is an invaluable intrinsic motivator – inspiring students to want to learn to code, as opposed to being motivated because we said so, or because they will get better grades.
1- Download the latest version of this package MXA - XNA 4.0 Refresh for Visual Studio 2013 downloaded here
2- Unzip the content
3- Follow the readme and install all files except the 'vsix'
3- Open the 'XNA Game Studio 4.0.vsix' with the Windows zip extractor
4- Edit the .vsix file because it doesn't let you install it in VS 2015. It turns out it is simply a ZIP-File.
5- Simply edit the version numbers in extension.vsixmanifest to 14.0.
1: <Installation InstalledByMsi="false">
2: <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
3: <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Pro" />
4: <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Premium" />
5: <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Ultimate" />
6: </Installation>
6- Copy the modified 'extension.vsixmanifest' into 'XNA Game Studio 4.0.vsix'
7- Run the vsix with Visual Studio
Anonymous
November 02, 2015
Nice and straight forward.Anonymous
November 03, 2015
UPDATE 4th of Nov - THIS JUST A LOT EASIER XNA 4.0 Refresh (Visual Studio 2015) Released: Nov 4, 2015 Recommended Download - mxa.codeplex.com/.../618279 Release Notes Microsoft XNA Game Studio 4.0 Refresh updates XNA Game Studio 4.0 to fix bugs and add support for developing games that target Windows Phone OS 7.1 and developing games in Visual Basic. Visual Studio Extension for Visual Studio 2015. Before install extension: 1.Install DirectX 2.Install Xna Framework 4.0 Redistribution 3.Install Xna Game Studio 4.0 Platform Tools 4.Install Xna Game Studio 4.0 SharedAnonymous
November 03, 2015
There's a new version published with Visual Studio 2015 support included. mxa.codeplex.com/.../618279Anonymous
May 29, 2016
Great instructions, very clear. Worked right awayAnonymous
August 09, 2016
Thanks for the info. Very useful for students, seasoned coders and code explorers alike. It looks like MXA has updated their release to include a specific release for Visual Studio 2015 at: https://mxa.codeplex.com/releases/view/618279Thanks again for the info!Anonymous
November 09, 2016
It worked, Thank you so much.Anonymous
December 27, 2016
Hassle-free install, thanks!Anonymous
February 17, 2017
Any chance of getting this working with Visual Studio 2017 RC?- Anonymous
February 17, 2017
Hi you make a request to the project at https://mxa.codeplex.com/discussions
- Anonymous
Anonymous
April 23, 2017
bad instructions, explain how to edit the zip file with what?- Anonymous
April 24, 2017
Hi Eddy you need to follow the instructions at https://mxa.codeplex.com/releases/view/117230 this has been developed by the community.
- Anonymous