How to fix visual studio error “cannot find one or more components .Please re-install the application” in windows 8.1?

后端 未结 20 2173
悲哀的现实
悲哀的现实 2021-02-12 10:59

As Alex suggests find devenv.exe and run it . when search for devenv.exe then I found it\'s there . When I run this file getting error \"cannot

20条回答
  •  [愿得一人]
    2021-02-12 11:38

    I had solved the same issue on VS2012 as following steps:

    • Use regedit.exe

    • Go to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio

    • Delete "11.0_Config" & "11.0 node" notice: 11.0 as your VS version

    • Restart VS2012 VS env will be constructed initially.

    Hope this help. BR

提交回复
热议问题