随笔分类 - WindowsPhone
摘要:具体错误:Visual Studio encountered an unexpected network error and can't contact the Microsoft account service. 如下图: 解决方案: 1.windows+r 输入 devenv ,找到vs的快捷启
阅读全文
摘要:本篇文章主要讲在解锁windowsphone设备时遇到的错误Error1:登录windowsphone开发人员中心时出错,请检查您的miscrosoft账户凭据Error2:注册您的手机时出现未知错误。请重新注册 0x80004005。前两天又入手了一台640xl,今天想部署一个应用,发现还没解锁,...
阅读全文
摘要:一、判断是否有网络数据连接:最基本的网络状态判断,如果没有网络连接,一切操作都进行不下去啦。 Microsoft.Phone.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable()二、判断网络类型(GSM/CDMA/WIFI/E...
阅读全文
摘要:触控感应不同事件的处理:可将以下三个事件,绑定到一个控件中。 /// /// 触摸开始事件 /// /// /// private void Page_ManipulationStarted(object sender, ManipulationStartedEventArgs e) { //点击下的原点坐标 double x = e.ManipulationOrigin.X; double y = e.Manipulati...
阅读全文
摘要:vs2012安装wp8后,只能开发手机端的xna游戏程序,没有xbox和pc端的,看来官方是不打算更新了,不过我们还是有办法的。 前提条件下,您得安装了vs2010和xna4.0 game studio或者是windows phone sdk 7.1。 如果您没有安装wp8,请参考这个文章http://stackoverflow.com/questions/10881005/how-to-install-xna-game-studio-on-visual-studio-2012 曾经在win7x64中的vs2012正式版中测试成功。 --------------------------...
阅读全文
摘要:Close all running instances of Visual Studio 2012 start cmd.exe (as admin/elevated)cd /d %windir%\installerfor /f %i in ('findstr /imc:"XAML UI Designer" *.msi') do (start /wait msiexec.exe -qb -x %i VSEXTUI=1)Clear the prompts, allowing the uninstalls.For the next two steps, order
阅读全文

浙公网安备 33010602011771号