zoukankan      html  css  js  c++  java
  • WindowsPhone8SDK重装后设计器加载异常的处理办法

    1. Close all running instances of Visual Studio 2012
       
    2. start cmd.exe (as admin/elevated) 
    3. cd /d %windir%installer 
    4. for /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. 
    5. For the next two steps, order is important...

      Go to Add/Remove Programs (AppWiz.cpl) and choose to repair all installations Visual Studio 2012 (Utimate, Pro, Premium, Win8 Express)

      then...

      Go to Add/Remove Programs (AppWiz.cpl) and choose to repair the Windows Phone 8 SDK

    Please let us know if this resolves the problem for you. Again, apologies for the
    inconvenience. 

    sources:http://social.msdn.microsoft.com/Forums/wpapps/en-US/7398ad5e-c2fc-40a8-85e7-37e6a6cca834/wp8-sdk-designer-crashes-vs-nullreferenceexception

  • 相关阅读:
    Linux終端一行命令发送邮件
    团队冲刺2.4
    团队冲刺2.3
    团队冲刺2.2
    找水王
    评价win10自带输入法——微软拼音输入法
    梦断代码阅读笔记01
    团队冲刺2.1
    第十三周总结
    第十二周总结
  • 原文地址:https://www.cnblogs.com/tonge/p/3549683.html
Copyright © 2011-2022 走看看