GitTools / GitReleaseNotes

Easily generate release notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FieldAccessException when parsing JIRA results

GeertvanHorrik opened this issue · comments

In JiraApi.GetClosedIssues:

An unhandled exception of type 'System.FieldAccessException' occurred in System.Web.Helpers.dll

Additional information: Attempt by method 'System.Web.Helpers.Json.Decode(System.String)' to access field 'System.Web.Helpers.Json._serializer' failed.

The received json response is correct.

Ok, this seems to be a "Visual Studio hosting process" issue. I just needed to disable that.