Search code examples
xnamsdnxbox

Microsoft msdn links for Xbox not working anymore


I'm developing for the Xbox with XNA currently, but when I click on several links to the official Microsoft site, e.g. tutorials and files, then I get redirected to this page: http://forums.create.msdn.com/forums/t/19992.aspx

For example by clicking this link:

http://create.msdn.com/en-US/education/catalog/sample/skinned_model

Anyone having the same problems with the official Microsoft site currently?


Solution

  • Yes. Microsoft are aware of this issue - although I'm not privy to any information about when/if they will fix it.

    Basically, as part of the move to Windows Phone 8, they've separated out the Xbox and Phone development stuff.

    If you come across old links like that, you can usually repair them by hand by changing the domain like so:

    forums.create.msdn.com becomes xboxforums.create.msdn.com (change the subdomain)

    And

    create.msdn.com becomes xbox.create.msdn.com (add a subdomain)