I new in MVC4 and try to create simple web site. But whenever I am creating new project in mvc using Internet application, it gave me error:
not load file or assembly 'Newtonsoft.Json' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference
I have tried to update the Newtonsoft.Json' using command Update-Package Newtonsoft.Json. But its not working.
Ref: Newtonsoft.Json Assembly Conflict
Please help me, what I am missing.