I'm working with a project that use Twitter API to get mentions timeline of my account and it return as Json, problem is I cant run it because of this error
Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
How can I solve this problem, Thank you