预定义的类型"Microsoft.CSharp.RuntimeBinder.Binder"未定义或未导入" 错误怎么办?
用记事本打开专案资料夹里的 *.csproj
找到<ItemGroup>区段
手动加入
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
再加载就可以喽
转:http://hi.baidu.com/lujinling321/item/7c63a831061d4bf0a98428e9