zoukankan      html  css  js  c++  java
  • 将WindowsPhoneApp部署到HTC Surround,兄弟们支个招如何进行Debug

    我的HTC Surround是越狱的DFT 7713版本,所以部署到真机上比较简单 ,如果你的WindowsPhone没有越狱, 具体的流程可以参照这篇帖子,地址如下:http://www.wpxap.com/thread-5359-1-1.html

    VisualStudio2010连接Windows phone 7

    完成解锁后,就可以将wp7连接至电脑了,我们打开vs2010,打开一个最简单的Helloword项目,选择windows phone 7 device,开始Debug,出现下面的错误提示,这是因为没有启动Zune:

    image

    启动Zune,开始部署程序:

    image

    ------ Build started: Project: HelloPhone, Configuration: Release Any CPU ------
    HelloPhone -> C:\Users\geffzhang\Documents\Visual Studio 2010\Projects\WinPhone7\HelloPhone\HelloPhone\Bin\Release\HelloPhone.dll
    Begin application manifest generation
    No changes detected. Application manifest file is up to date
    Begin Xap packaging
    No changes detected. Xap package is up to date
    ------ Deploy started: Project: HelloPhone, Configuration: Release Any CPU ------
    Deploying C:\Users\geffzhang\Documents\Visual Studio 2010\Projects\WinPhone7\HelloPhone\HelloPhone\Bin\Release\HelloPhone.xap...
    Connecting to Windows Phone Device...
    Installing the application...
    Updating information related to installed files...
    Deployment of C:\Users\geffzhang\Documents\Visual Studio 2010\Projects\WinPhone7\HelloPhone\HelloPhone\Bin\Release\HelloPhone.xap succeeded.
    ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
    ========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========

    程序成功部署了,但是Debug的时候又爆出下面的错误:

    image

    越狱的机器难道还需要去注册个开发账号才行吗?怎么搞,兄弟们支个招。

    欢迎大家扫描下面二维码成为我的客户,为你服务和上云

  • 相关阅读:
    mysql主从配置的过程
    redis 命令行客户端utf8中文乱码问题
    十五分钟介绍 Redis数据结构--学习笔记
    70路小报:用PV和UV作为网站衡量指标已经过时
    安装redis环境
    网站统计IP PV UV实现原理
    服务器启动脚本 /etc/rc.local
    LeetCode: Longest Valid Parentheses
    LeetCode: Next Permutation & Permutations1,2
    LeetCode: divideInteger
  • 原文地址:https://www.cnblogs.com/shanyou/p/2166808.html
Copyright © 2011-2022 走看看