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

后端 未结 20 2167
悲哀的现实
悲哀的现实 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:55

    No need to reinstall just reset devenv data…

    1. cd c:\program files\microsoft visual studio 15.0\common7\ide
      devenv.exe /resetuserdata
      
    2. Run VS2013/12 with administrator rights.

    It will work fine.

提交回复
热议问题