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

原文地址:https://www.cnblogs.com/tonge/p/3549683.html