Issue Microsoft.AspNet.WebApi.Cors -Version 5.2.2
After adding
Microsoft.AspNet.WebApi.Cors my version was 5.2.2
I got this error
The type initializer for 'System.Web.Http.GlobalConfiguration' threw an exception.
Finally found the problem.
What I had to do was to reinstall the Microsoft.AspNet.WebApi
Microsoft.AspNet.WebApi.Cors my version was 5.2.2
I got this error
The type initializer for 'System.Web.Http.GlobalConfiguration' threw an exception.
Finally found the problem.
What I had to do was to reinstall the Microsoft.AspNet.WebApi
Comments