一、按迹寻踪
随后下载了MSVCR110.dll,并进行了注册再启动时出现以下情况。然后继续从网上搜索,按相应介绍折腾了半天,仍不见效果。
二、修复VS
无奈之下只好进行修复嗯,不错,程序可以打开了,正高兴着呢,突然又出现问题了,提示:
打开.XML文件,看到如下提示未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包。此问题可能是由配置更改或安装另一个扩展导致的。可以在命令行中使用 /log 参数来运行应用程序,然后检查文件“C:\Documents andSettings\Roman\Application Data\Microsoft\VisualStudio\10.0\ActivityLog.xml”,获取详细信息。
有问题就好,对症下药继续网上查寻。还真有解决方法。
我去它地,点用都不管。尝试了一些其他的方法,错误报旧。原因:在上次安装VS2012时进行了部分更新,但卸载不完全,导致日志文件出错。解决方法:在命令提示符下打开VS的IDE主程序目录,如C:\Program Files\Microsoft Visual Studio11.0\Common7\IDE,然后执行devenv /log即可。
三、重装VS
再次无奈,只能实施下策:重装VS。哦~,VS可以打开了,但不管进行任何操作都报错,能打开管个屁用。继续上网折腾呗。咦~这个问题官网有介绍,嘻嘻:
说白了,其实就是两种方法:Hello Christian Gustavsson, you can workaround the problem you're seeing either by launching devenv with the /resetuserdata flag. Navigate via the Start button to the 'developer preview' command prompt and run devenv /resetuserdata.If this fails to solve the problem, exit visual studio, delete the file %LOCALAPPDATA%\Microsoft\VisualStudio\11.0\ComponentModelCacheand restart visual studio.Matt KaufmanProgram Manager, Visual Studio Platformblogs.msdn.com/b/visualstudio
(1)在安装的VS的命令提示符状态下输入“devenv /resetuserdata”,然后回车;
(2)删除“%LOCALAPPDATA%\Microsoft\VisualStudio\11.0\ComponentModelCache”路径下的文件,然后重新启动VS。
两种都尝试了,结果,Oh,yeah,解决!
四、重装系统
嘻嘻嘻嘻嘻……报着一个必死的心来面对突发的问题,这一路,走下来,还蛮欣喜的。因为上帝很眷顾我,没让我重装系统……折腾完之后,看看表,5:31——能吃个放心饭啦。