我似乎在岩石和坚硬的地方之间。更新我的Visual Studio 2013后,我无法加载我的C#项目。我查看了活动日志,发现错误代码为80070002(与丢失的文件有关),文件路径缺少斜杠(H:\Program Files (x86)\Microsoft Visual Studio 12.0Common7\IDE\...
)。我发现运行devenv /Setup
似乎解决了这个问题,但现在路径不断回到错过斜线。
我无法获得与无法加载C#项目相关的错误,因为我在修复Visual Studio之前保存了错误的活动日志。但我得到的错误是相同的:
<entry>
<record>955</record>
<time>2014/08/19 03:56:21.646</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [SqlStudio Profile Package]</description>
<guid>{00A9524F-427F-46EE-8A20-615C25ECBE6F}</guid>
<hr>80070002</hr>
<errorinfo>Could not load file or assembly 'file:///H:\Program Files (x86)\Microsoft Visual Studio 12.0Common7\IDE\Extensions\Microsoft\SQLDB\Microsoft.VisualStudio.Data.Tools.Package.SqlProfile.dll' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>
任何人都知道可能导致此问题的原因和/或是否有任何改变因此它包含路径中的斜杠?