The “GetDeploymentPathFromVsixManifest” task failed unexpectedly

前端 未结 5 722
广开言路
广开言路 2021-02-18 22:44

After installation of visual studio 2017 getting his error for VSIX projects ... any suggestion to resolve the issue?

Severity    Code          


        
5条回答
  •  故里飘歌
    2021-02-18 23:31

    This error appeared for me randomly without doing any change in the code. It disappeared after removing the following folders:

    C:\Users\\AppData\Local\Microsoft\VisualStudio\15.0_765fd02aExp C:\Users\\AppData\Roaming\Microsoft\VisualStudio\15.0_765fd02aExp

    After it I am able to build again without error.

    To find the folders I recommend to use some file search application and use the string "15.0_Exp*".

提交回复
热议问题