You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of this issue, I forked the repo, and compiled a version of json.net with my fix.
Since I do not have the signing key, I signed the assembly with a different key.
I now run into problems, because my project uses ASP.NET, which references json.net and expects the old key. I get compilation problems (not runtime errors) -
The type 'Newtonsoft.Json.JsonSerializerSettings' is defined in an assembly that is not referenced. You must add a reference to assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
Note that I did change my web.config to reflect the new key in the assemblyBinding section, however this affects runtime only, and not compilation issues.
I was wondering if this is something you encountered before and have a solution for it, because I did not find anything.
Thanks
Amir
The text was updated successfully, but these errors were encountered:
Hi,
I recently contacted you with this issue.
As a result of this issue, I forked the repo, and compiled a version of json.net with my fix.
Since I do not have the signing key, I signed the assembly with a different key.
I now run into problems, because my project uses ASP.NET, which references json.net and expects the old key. I get compilation problems (not runtime errors) -
The type 'Newtonsoft.Json.JsonSerializerSettings' is defined in an assembly that is not referenced. You must add a reference to assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
Note that I did change my web.config to reflect the new key in the assemblyBinding section, however this affects runtime only, and not compilation issues.
I was wondering if this is something you encountered before and have a solution for it, because I did not find anything.
Thanks
Amir
The text was updated successfully, but these errors were encountered: