"Attempt by method 'System.Web.Http.GlobalConfiguration..cctor()' to access field
'System.Web.Http.GlobalConfiguration.CS$<>9__CachedAnonymousMethodDelegate2' failed."
Today when i was working on WebAPi and enabling CORS for WebAPI ,i confronted an error which took time to resolve and finally resolved.
To mitigate such issue you should have to install one of the possible insatalltion using NuGet Package Manager console.
Go to NuGet Package Manager console and select Default Project in which you would like to get this feature enabled and run the following command as shown below.
Install-Package Microsoft.AspNet.WebApi –IncludePrerelease

chandresh sekherPosted Feb 12, 2018, 3:19 AM
Thanks buddy .. it's works for me..
gowtham ksPosted Nov 7, 2017, 1:01 AM
Thanks you so much. Saved my day.
Uma Shankar PatelPosted Feb 24, 2017, 2:02 AM
Good catch.............
Prasanna MuraliPosted May 20, 2016, 9:54 AM
Nice one