Unable to build C# project

You have this error in your output:

Missing compiler required member ‘Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create’

You need to add a reference to the DLL Microsoft.CSharp.dll.

Leave a Comment