Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10/UWP: "Could not load file or assembly 'System.Runtime.Serialization'" after upgrading to v7.0.1 #602

Closed
robert-virkus opened this issue Jun 25, 2015 · 1 comment

Comments

@robert-virkus
Copy link

Hi James and all,

after upgrading Newtonsoft.Json to version 7.0.1 in my UWP project, I get the following exception:

{"Could not load file or assembly 'System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The system cannot find the file specified.":"System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes"}

Downgrading to version 6.0.8 solves this problem.

Not sure if this might be a Windows 10 issue, I'm running build 100130 on a SP3. This affects Universal Windows Platform (UWP) projects, haven't checked out others.

Thanks
Robert

@JamesNK
Copy link
Owner

JamesNK commented Jun 25, 2015

It's a NuGet bug. Download NuGet 3 RC 2.

http://blog.nuget.org/20150601/nuget-3.0-rc2.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants