问题描述
在Visual Studio(社区2015年更新3)崩溃后,部署了一个蓝屏的UWP项目(意外的存储异常,以前发生过),我不能再部署任何项目。我尝试了项目VS坠毁,该项目的以前版本以及完全空的新项目。
After Visual Studio (Community 2015 Update 3) crashed on deploying a UWP project with a bluescreen (Unexpected Store Exception, this has happened before), i can not deploy any projects anymore. I tried with the project VS crashed on, previous versions of that project as well as completely empty new projects.
错误消息如下:
'。',十六进制值0x00,是无效字符。第1行,第1位。
'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
修复Visual Studio没有任何区别。
Repairing Visual Studio made no difference.
我找不到问题,但假设在崩溃期间有事情被破坏。 VS的完全重新安装不仅仅是在这里修复吗?这可能甚至需要更激进的步骤吗?
I can not locate the problem, but assume something was corrupted during the crash. Would a complete reinstall of VS do more than just a repair here? Does this maybe even require more drastic steps?
谢谢,
Reinhold
推荐答案
在Windows崩溃之后,本地机器上出现同样的错误和症状。修复/重新安装VS没有帮助。即使系统还原无法解决问题。
Had same exact error and symptoms deploying to local machine after Windows Crash. Repair/Reinstall of VS did not help. Even system restore could not fix the problem.
对于我,我必须删除VS的 AppData / Local / Microsoft / VisualStudio
文件夹来重建必要的文件。
For me I had to delete AppData/Local/Microsoft/VisualStudio
folder for VS to rebuilt the necessary files.
这篇关于DEP0600部署UWP项目时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!