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
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".