zoukankan      html  css  js  c++  java
  • 在Windows XP下,安装VS 2010 Express For Windows Phone .

    在安装Windows Phone SDK 的系统环境要求中,只支持windows vista、windows 7,不支持winXP,暂时不想升级win7的用户,想要在XP系统开发WP应用程序,就多了一种限制,多次在网上搜索,会发现在XP下也能安装Microsoft Visual Stdio 2010 Express For Windows Phone,有网友指出可以用WindowsPhone7_SDK_Full.rar_for_xp,在XP下安装Sdk,也可以利用“传智播客的WP模拟器”在XP下开发Windows Phone应用程序。

    现使用另一种修改配置文件数据的方法安装:

    下载在线安装程序vm_setup.exe

    1.  解压 vm_setup.exe。[采用命令行 vm_web.exe /x 解压,选取存放路径 ]
    2. 找到 baseline.dat文件,用记事本打开。
    3. 找到  [gencomp7788]  数据段。
    4. 修改 InstallOnLHS  值 1 为 0
    5. 修改 InstallOnWinXP  值 1 为 0
    6. 保存 baseline.dat  文件
    7. 运行 setup.exe 文件 [采用命令行执行 setup.exe /web ]

    在此需要等候漫长的下载过程,如果闲麻烦的话,可以下载ISO文件,在本地安装。

    附一 下载地址 只需修改baseline.dat文件数据,保存即可。

    在msdn也能找到的解答

    Workaround for installing Windows Phone 7 CTP on Windows XP:

    1. Download the Windows Phone Developer Tools CTP Refresh
    2. Extract the contents of the setup package by running vm_web.exe /x and choosing a path to extract to
    3. Go to the folder you extracted to in step 2 and open the file baseline.dat in notepad
    4. Look for the section named [gencomp7788]
    5. Change the value InstallOnLHS from 1 to 0
    6. Change the value InstallOnWinXP from 1 to 0
    7. Save and close baseline.dat
    8. Run setup.exe /web from the folder you extracted to in step 2

    链接: http://social.msdn.microsoft.com/Forums/zh-CN/windowsphone7series/thread/6657c1ff-45a6-466a-b20d-f5640e3f0c1f

  • 相关阅读:
    用icas下载文件报错
    jboss7.1.1相关error及解决办法
    Base-64编码介绍
    上传文件路径问题
    ZooKeeper安装(Windows)
    DBCP连接池配置参数说明
    Linux普通用户使用sudo权限启停apache服务
    线程池中的队列
    java线程池原理及实现方式
    https基础流程
  • 原文地址:https://www.cnblogs.com/aiwz/p/6153931.html
Copyright © 2011-2022 走看看