Error in Visual Studio 2015 When Add New WebForm

后端 未结 3 1515
终归单人心
终归单人心 2021-01-01 12:31

When I add new WebForm to my project, I get the following error:

Could not load file or assembly \'Microsoft.VisualStudio.JSLS,Vers

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-01 13:06

    Remove the update received for visual studio TypeScript on 11/08/2015. it seems to be buggy. After removing TypeScript update, my VS is working fine ;-)

    and if you try to reinstall x:\packages\JavaScript_LanguageService\JavaScript_LanguageService.msi from the installation package, soon or later you will face one more problem that "Something went wrong.. may be because of a extension.." Easiest way is to remove TypeScript update for now. TypeScript future update may fix the problem.

    OR

    1. Run command prompt as administrator.
    2. CD C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE
    3. devenv /updateconfiguration
    4. devenv /clearcache

提交回复
热议问题