是否缺少对 Microsoft.CSharp.dll 和 System.Core.dll 的引用?

错误提示 :

预定义的类型“Microsoft.CSharp.RuntimeBinder.Binder”未定义或未导入

 

是否缺少对 Microsoft.CSharp.dll 和 System.Core.dll 的引用

解决方案:

用记事本打开专案资料夹里的 *.csproj

找到<ItemGroup>区段
手动加入
<Reference Include="Microsoft.CSharp" />

<Reference Include="System.Core" />

  

posted @ 2014-01-21 12:30  microsoftzhcn  阅读(7450)  评论(0编辑  收藏  举报