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

最新文章

  1. 软件工程--界面UI 的原型设计
  2. Zxing兼容2.3等低版本
  3. 模拟---LCR
  4. C# 打印小票 POS
  5. duilib库分析: 消息流程分析
  6. 在ASP中限制同一表单被多次提交
  7. RequireJS入门(一)
  8. X - A == B ?(第二季水)
  9. ADO知识的运用二(Day 28)
  10. STM32F4时钟配置分析
  11. OpenCV 透视变换实例
  12. day47-python爬虫学习二
  13. 老赵点滴地址:http://blog.zhaojie.me/2009/05/a-simple-actor-model-implementation.html
  14. UART简介及与COM口的区别
  15. 《温故而知新》JAVA基础八
  16. js中的instanceof运算符
  17. Springboot 使用 RestTemplate
  18. VMware vSphere
  19. 【华为机试】—— 15.求int型正整数在内存中存储时1的个数
  20. 1. [文件]- 文件类型,文件open模式

热门文章

  1. php header头信息 举例
  2. (转)Qt Model/View 学习笔记 (七)——Delegate类
  3. proguardgui.bat来混淆已有的jar包
  4. C# list 筛选FindAll
  5. (转载)Cocos2dx-OpenGL ES 2.0教程:你的第一个三角形(1)
  6. 南京邮电大学CTF隐写术部分Writeup
  7. Homework3
  8. iphone编程,使用代码结束程序
  9. JS创建类和对象
  10. Dapper使用方法