2

i have a app in windows 8.1 universal app working fine.
in upgrade to windows 10, i have a error:

Assenbly 'Newtonsoft.json' invokes 'Attribute.GetCustomAtributtes(Assembly)' which is not in the windows store profile.

and

Assenbly 'Newtonsoft.json' invokes 'Attribute.GetCustomAtributtes(MemberInfo, bool)' which is not in the windows store profile.

and

Assenbly 'Newtonsoft.json' invokes 'Attribute.GetCustomAtributtes(ParameterInfo, bool)' which is not in the windows store profile.

json.net is not compatible with windows 10?

1
  • I guess you're using VS2015RC. Could you also say which version of the Json.Net NuGet package you're using? And what exact action within VS is leading to those error messages? (I know RoguePlanetoid provided an answer, but I don't believe his workaround is necessary, and I'd like to get to the bottom of this). Commented Jul 22, 2015 at 22:53

1 Answer 1

2

Yes JSON.NET works with Windows 10, I had to use the Source Code from GitHub and add that code to a Windows 10 Class Library with a few warnings it compiles fine, and warnings are regards to some Method decorators, the Nuget package did produce some errors similar to this but got it to work fine.

Sign up to request clarification or add additional context in comments.

1 Comment

Awesome glad that's worked for you too, hopefully Nuget version will be updated to work with Windows 10

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.