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

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

    I'm on windows 7 32bits SP1. this worked for me :

    run cmd.exe with elevated privileges (run as administrator). then execute :

    cd c:\program files\microsoft visual studio 15.0\common7\ide
    devenv.exe /resetuserdata
    devenv.exe
    

    before that I tried to give full rights (for my user account and also the weird Account-unknown(S1-5-21-13113034....) ) to these folders: c:\program files\microsoft visual studio 14.0 and c:\users\_myname_\appdata\local\microsoft

    note that when installing visual studio, I changed the default folder name to c:\program files\microsoft visual studio 2015 so maybe it is related to the bug seen later ?

提交回复
热议问题