I'm trying to read data from a json file in WP8 and after installing nuget displays the following error:
error :
Cannot resolve reference assemblies. Please check the reference assemblies. Cannot resolve dependency to assembly 'System.Runtime.InteropServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Could anyone tell me a solution for this?