I have developed a asp.net mvc4 website using VS2010 and it is running perfectly fine after publishing and hosting it to the same developer machine.
then i hosted the same on to the testing system which has only .net framework(4.5.1) and asp.net mvc4 run time installed, then it is giving a run time exception stating that
Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
i checked all my references in my project but there is no Newtonsoft.Json
referenced. Any help is greatly appreciated.
Please refer the screenshot