I am using dynamic keyword to deserailize my JSON Object. But I am getting error "Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create".
dynamic userId = JValue.Parse(responseLine);
I have added Mycrosoft,CSharp.dll reference also in the project but no luck.
Let me know what I am missing.