Error Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35

后端 未结 13 2339
我寻月下人不归
我寻月下人不归 2020-12-02 08:32

I have a small web application. Which was working fine until I added two genericHandler in my application.

I have made the following changes for the http handl

13条回答
  •  死守一世寂寞
    2020-12-02 09:00

    I had the same problem after upgrading a bunch of NuGet packages.
    I have tried all kinds of deleting, cleaning, resintalling described here and beyong to no avail. The references did not have Microsoft.Web.Infrastructure despite the NuGet manager showed it was installed.

    The problem was solved by replacing:

      
    

    with

      
    

    in packages.config. The culprit is apparently "net45".

提交回复
热议问题