• 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

  • 相关阅读:
    Java 继承和重写
    Java 构造函数和函数重载
    java 面向对象
    for循环和数组例题
    java数组和函数
    java程序流程控制
    CF600C Make Palindrome
    CF600A Extract Numbers
    [NOI2007]社交网络
    SPOJ 6779 GSS7
  • 原文地址:https://www.cnblogs.com/tonge/p/3549683.html
Copyright © 2020-2023  润新知