"Cannot find one of more components. Please reinstall the application"--安装VS2013之后不能正常打开的处理办法

今天,安装完VS2013之后,不能正常启动。总提示一个让人摸不到头脑的错误:

"Cannot find one of more components. Please reinstall the application"

重新安装之后还是有一样的问题。 

后来发现, devenv.exe 对 “C:ProgramData” 没有权限, “Access Denied”。 

手动打开这个目录:C:ProgramDataMicrosoftVisualStudio12.0 

遇到没有权限时,就手动添加自己账户的权限。 直到可以正常打开这个目录。

然后VS2013就可以正常启动了。  

Happy Ending! 


原文地址:https://www.cnblogs.com/samcn/p/4002321.html