首页 > 其他 > 详细

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

时间:2014-01-21 19:16:03      阅读:1173      评论:0      收藏:0      [点我收藏+]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
错误提示 :
 
预定义的类型“Microsoft.CSharp.RuntimeBinder.Binder”未定义或未导入
 
  
 
是否缺少对 Microsoft.CSharp.dll 和 System.Core.dll 的引用
 
解决方案:
 
用记事本打开专案资料夹里的 *.csproj
 
找到<ItemGroup>区段
手动加入
<Reference Include="Microsoft.CSharp" />
 
<Reference Include="System.Core" />

  

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

原文:http://www.cnblogs.com/sntetwt/p/3528172.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!