码迷,mamicode.com
首页 > 其他好文 > 详细

The type 'System.Object' is defined in an assembly that is not referenced

时间:2018-10-29 12:27:05      阅读:698      评论:0      收藏:0      [点我收藏+]

标签:work   rap   ola   value   define   fine   framework   object   方法   

记录一个错误,报 The type ‘System.Object‘ is defined in an assembly that is not referenced,[System.Runtime]

 

配置文件加上后仍报错! 

<system.web>

    <compilation debug="true" targetFramework="4.5">
      <assemblies>
        <add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
      </assemblies>
    </compilation> 
  </system.web>

 

解决方法:移除Bin System.ValueTyple.dll rebuild成功。
 

The type 'System.Object' is defined in an assembly that is not referenced

标签:work   rap   ola   value   define   fine   framework   object   方法   

原文地址:https://www.cnblogs.com/dmyao/p/9869920.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!