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

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

    %programfiles(x86)%\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe should work. The VS version number (12.0) depends on your installed Visual Studio, of course.

    Oh, and if you're on a 32-bit install of Windows, then use:

    %programfiles%\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
    

提交回复
热议问题