The type or namespace name 'Optimization' does not exist in the namespace 'System.Web'

后端 未结 7 502
花落未央
花落未央 2021-02-05 01:32

I am deploying a new website as my main site and it works beautifully.

All of my applications under the root url work as well, except for one. It is a legacy system (c#

7条回答
  •  后悔当初
    2021-02-05 02:22

    I just faced this issue now:

    I reinstalled the optimization framework and everything worked fine:

    Install-Package Microsoft.AspNet.Web.Optimization
    

提交回复
热议问题