Hi all,
I am using facebook graph API to get facebook statuses. The results are a json object which I can deserialize. Now what I want to do is get specific values from the json object to display. I came across tutorials that helped me create classes that match the structure of the json object so I can clearly see the properties etc. but now I want to be able to access them. I tried this: Object statusJson = js.Deserialize(reader.ReadToEnd()); which gives me a weird error so I am looking for another way to do this.
JsonObject is the class I created which inside it contains other classes that match the returned json object. Let me end here in case I confuse people, feel free to ask for more details.
using c# and asp.net (Visual studio 2012)
Avuya MxoliPosted Jan 15, 2014, 6:45 AM
then when I set back to dynamic there's no error
Avuya MxoliPosted Jan 15, 2014, 6:37 AM
Could not load file or assembly 'Facebook, Version=6.0.10.0, Culture=neutral, PublicKeyToken=58cb4f2111d1e6de' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Jaganathan BantheswaranPosted Jan 13, 2014, 4:56 AM