zoukankan      html  css  js  c++  java
  • Type 'System.Data.DataTable, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not allowed here.

    <?xml version="1.0"?>
    <configuration>
      <configSections>  
            <sectionGroup name="system.data.dataset.serialization" type="System.Data.SerializationSettingsSectionGroup, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
                <section name="allowedTypes" type="System.Data.AllowedTypesSectionHandler, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
            </sectionGroup>
        </configSections>
        <system.data.dataset.serialization>
            <allowedTypes>
                <!-- <add type="assembly qualified type name" /> -->
                <add type="System.Data.DataTable, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                <!-- additional <add /> elements as needed -->
            </allowedTypes>
        </system.data.dataset.serialization>
    </configuration>

    See https://go.microsoft.com/fwlink/?linkid=2132227 for more information.

  • 相关阅读:
    简易自制线程池(备忘)
    大数据量的删除过程查看
    收集书籍备忘
    6月12日C代码
    fseek()
    区分int *p[4]与int (*p)[4]
    常用的字符串处理函数 C语言
    6月11日
    C学习代码
    文件读取 C语言
  • 原文地址:https://www.cnblogs.com/coder-soldier/p/14313172.html
Copyright © 2011-2022 走看看