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

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

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

  • 相关阅读:
    jascript基础教程学习总结(2)
    ajax原理图解
    ajax原理
    javascript基础教程学习总结(1)
    HTML学习(1)
    vi编辑器
    effective C++ 4 Make sure objects are initialized before they are used
    effective C++ 3 use const whenever possible
    STL: string:erase
    STL: 从reverse到iterator
  • 原文地址:https://www.cnblogs.com/shanyou/p/2166808.html
Copyright © 2011-2022 走看看