'ResourcePool' is not supported on the current platform.System.PlatformNotSupportedException: 'ResourcePool' is not supported on the current platform.at System.EnterpriseServices.Platform.Assert(Boolean fSuccess, String function)at System.EnterpriseServices.Platform.Assert(Version platform, String function)at System.EnterpriseServices.ResourcePool..ctor(TransactionEndDelegate cb)at System.Data.SqlClient.ConnectionPool..ctor(DefaultPoolControl ctrl)at System.Data.SqlClient.PoolManager.FindOrCreatePool(DefaultPoolControl ctrl, IntPtr SID)at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction)at System.Data.SqlClient.SqlConnection.Open()at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState)at System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)at SpiderUtils.SqlDataManager.ExecuteQuery(String ConnectionString, String query, String tableName)