WP7 SDK on Windows 8

后端 未结 9 988
面向向阳花
面向向阳花 2021-02-15 11:45

Is it possible to install WP7 SDK on Windows 8 Release Preview? I tried using standard installation package but keep getting following error:

Installation

相关标签:
9条回答
  • 2021-02-15 12:12

    Uninstall Windows Phone 7.1 RC SDK, then install 7.1 RTW SDK, and then the 7.1.1 SDK. And every thing will be alright this link for 7.1 RTW

    and this for 7.1.1

    Good Luck :)

    0 讨论(0)
  • 2021-02-15 12:16

    This article solve my problem: http://blogs.msdn.com/b/astebner/archive/2012/02/29/10274694.aspx

    Basically was necessary install: Games for Windows – LIVE Redistributable from http://www.xbox.com/en-US/LIVE/PC/DownloadClient, after everthing works :)

    0 讨论(0)
  • 2021-02-15 12:26

    For development of XNA/WP7 on Win8: Install Windows 8, then Visual Studio 2012, then Windows Phone 8 SDK, ensure windows updates are installed (as Nov 2012 had some great App Store updates). Then, port your XNA code across and create a new project to get the DLL references you need. The DLLs will exist in the Silverlight 4 folders but not to worry, it all works once you have WP8 SDK !! The emulator runs great too! This is the process for XNA code into VS2012 that works.

    You can get the SDK from here: https://dev.windowsphone.com/en-us/downloadsdk

    NOTE: The XNA games will ONLY work on WP7 devices. You need MonoGame or similar to port to Win8 devices.

    0 讨论(0)
提交回复
热议问题