Unable to Install Any Package in Visual Studio 2015

后端 未结 19 2367
太阳男子
太阳男子 2020-12-07 13:32

I\'ve tried every package I could possibly find and none of them will install in my project. I\'ve installed every update listed in the Extensions and Updates list that wer

19条回答
  •  生来不讨喜
    2020-12-07 14:23

    In my case updating Microsoft.CodeDom.Providers.DotNetCompilerPlatform and Microsoft.Net.Compilers caused the problem.

    Deleting bin, obj, and packages folders and restarting Visual Studio 2015 solved the problem for me.

提交回复
热议问题