1

I am getting following error when I try to install the Json.Net package.

Could not install package 'Newtonsoft.Json 5.0.6'. You are trying to install this package into a project that targets 'WindowsPhone,Version=v8.0', but the package does not contain any assembly references that are compatible with that framework. For more information, contact the package author.

Can anyone suggest how to I use the JSON.Net In windows phone 8. I am using Microsoft Visual Studio Express 2012 For Windows Phone as a Development IDE.

Thanks.

4

1 回答 1

3

确保你的 Visual Studio 安装和 NuGet 是最新的更新/补丁/版本。
旧版本的 NuGet 不了解 Windows Phone 8。

于 2013-06-27T13:35:29.703 回答