Wednesday, May 18, 2016

[Error-Messages%255B2%255D.png]

"Attempt by method 'System.Web.Http.GlobalConfiguration..cctor()' to access field 'System.Web.Http.GlobalConfiguration.CS$<>9__CachedAnonymousMethodDelegate2' failed."

Hi Amigo’s

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

image

I will resolve an error and will help to proceed further with you business logic.

To know more MVC and WebApi Kindly go through with these links

MVC Articles & WCF and WebAPI

Thanks

0 comments :

Post a Comment