I am constantly plagues by issues where Newtonsoft.Json seems to be available in multiple versions within my project. The problem is that it is not. I have 10 installed in the project, and that's the only DLL that's in place. The GAG does not have the dll, and the web.config seems correct.
The type 'JsonConvert' exists in both 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' and 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
Has anyone else seen this? Is there a way to specify the version to use at code level, or within the web.config?