Error.log 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. 获取首页展示详细开奖信息的彩种-GetHomeLotteryList发生异常。System.Data.SqlClient.SqlException (0x80131904): 在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: Named Pipes Provider, error: 40 - 无法打开到 SQL Server 的连接) ---> System.ComponentModel.Win32Exception (0x80004005): 找不到网络路径。
  2. 在 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling)
  3. 在 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
  4. 在 System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
  5. 在 System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
  6. 在 System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
  7. 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  8. 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  9. 在 System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
  10. 在 System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  11. 在 System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  12. 在 System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
  13. 在 System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
  14. 在 System.Data.SqlClient.SqlConnection.Open()
  15. 在 Lottomat.Data.DbHelper.PrepareCommand(DbConnection conn, IDbCommand cmd, DbTransaction isOpenTrans, CommandType cmdType, String cmdText, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 156
  16. 在 Lottomat.Data.DbHelper.ExecuteReader(CommandType cmdType, String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 87
  17. 在 Lottomat.Data.EF.Database.FindList[T](String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 389
  18. 在 Lottomat.Data.EF.Database.FindList[T](String strSql) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 383
  19. 在 Lottomat.Data.Repository.Repository.FindList[T](String strSql) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.Repository\Repository\Repository.cs:行号 275
  20. 在 Lottomat.Application.Service.SystemManage.DataItemDetailService.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Service\SystemManage\DataItemDetailService.cs:行号 68
  21. 在 Lottomat.Application.Busines.SystemManage.DataItemDetailBLL.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Busines\SystemManage\DataItemDetailBLL.cs:行号 54
  22. 在 Lottomat.Application.Cache.DataItemCache.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Cache\DataItemCache.cs:行号 38
  23. 在 Lottomat.Application.Cache.DataItemCache.GetDataItemList(String EnCode) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Cache\DataItemCache.cs:行号 113
  24. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.<>c__DisplayClass6_0.<GetHomeLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 277
  25. 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
  26. ClientConnectionId:00000000-0000-0000-0000-000000000000
  27. Error Number:53,State:0,Class:20
  28. 获取首页展示详细开奖信息的彩种-GetHomeLotteryList发生异常。System.Data.SqlClient.SqlException (0x80131904): 在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: Named Pipes Provider, error: 40 - 无法打开到 SQL Server 的连接) ---> System.ComponentModel.Win32Exception (0x80004005): 找不到网络路径。
  29. 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  30. 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  31. 在 System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
  32. 在 System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  33. 在 System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  34. 在 System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
  35. 在 System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
  36. 在 System.Data.SqlClient.SqlConnection.Open()
  37. 在 Lottomat.Data.DbHelper.PrepareCommand(DbConnection conn, IDbCommand cmd, DbTransaction isOpenTrans, CommandType cmdType, String cmdText, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 156
  38. 在 Lottomat.Data.DbHelper.ExecuteReader(CommandType cmdType, String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 87
  39. 在 Lottomat.Data.EF.Database.FindList[T](String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 389
  40. 在 Lottomat.Data.EF.Database.FindList[T](String strSql) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 383
  41. 在 Lottomat.Data.Repository.Repository.FindList[T](String strSql) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.Repository\Repository\Repository.cs:行号 275
  42. 在 Lottomat.Application.Service.SystemManage.DataItemDetailService.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Service\SystemManage\DataItemDetailService.cs:行号 68
  43. 在 Lottomat.Application.Busines.SystemManage.DataItemDetailBLL.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Busines\SystemManage\DataItemDetailBLL.cs:行号 54
  44. 在 Lottomat.Application.Cache.DataItemCache.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Cache\DataItemCache.cs:行号 38
  45. 在 Lottomat.Application.Cache.DataItemCache.GetDataItemList(String EnCode) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Cache\DataItemCache.cs:行号 113
  46. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.<>c__DisplayClass6_0.<GetHomeLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 277
  47. 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
  48. ClientConnectionId:00000000-0000-0000-0000-000000000000
  49. Error Number:53,State:0,Class:20
  50. 获取首页展示详细开奖信息的彩种-GetHomeLotteryList发生异常。System.ArgumentException: 列“OpenCode4”不属于表 Table。
  51. 在 System.Data.DataRow.GetDataColumn(String columnName)
  52. 在 System.Data.DataRow.get_Item(String columnName)
  53. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.GetOpenCodeRealDataItem(DataTable data, SCCLottery type, String typeCode) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 391
  54. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.GetRealData(Dictionary`2 dictionary) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 361
  55. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.<>c__DisplayClass6_0.<GetHomeLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 295
  56. 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
  57. 获取首页展示详细开奖信息的彩种-GetHomeLotteryList发生异常。System.ArgumentException: 列“OpenCode4”不属于表 Table。
  58. 在 System.Data.DataRow.GetDataColumn(String columnName)
  59. 在 System.Data.DataRow.get_Item(String columnName)
  60. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.GetOpenCodeRealDataItem(DataTable data, SCCLottery type, String typeCode) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 391
  61. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.GetRealData(Dictionary`2 dictionary) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 361
  62. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.<>c__DisplayClass6_0.<GetHomeLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 295
  63. 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
  64. 获取首页展示详细开奖信息的彩种-GetHomeLotteryList发生异常。System.ArgumentException: 列“OpenCode4”不属于表 Table。
  65. 在 System.Data.DataRow.GetDataColumn(String columnName)
  66. 在 System.Data.DataRow.get_Item(String columnName)
  67. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.GetOpenCodeRealDataItem(DataTable data, SCCLottery type, String typeCode) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 391
  68. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.GetRealData(Dictionary`2 dictionary) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 361
  69. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.<>c__DisplayClass6_0.<GetHomeLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 295
  70. 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
  71. 获取首页展示详细开奖信息的彩种-GetHomeLotteryList发生异常。System.ArgumentException: 列“OpenCode4”不属于表 Table。
  72. 在 System.Data.DataRow.GetDataColumn(String columnName)
  73. 在 System.Data.DataRow.get_Item(String columnName)
  74. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.GetOpenCodeRealDataItem(DataTable data, SCCLottery type, String typeCode) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 391
  75. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.GetRealData(Dictionary`2 dictionary) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 361
  76. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.<>c__DisplayClass6_0.<GetHomeLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 295
  77. 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
  78. 获取首页展示详细开奖信息的彩种-GetHomeLotteryList发生异常。System.ArgumentException: 列“OpenCode4”不属于表 Table。
  79. 在 System.Data.DataRow.GetDataColumn(String columnName)
  80. 在 System.Data.DataRow.get_Item(String columnName)
  81. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.GetOpenCodeRealDataItem(DataTable data, SCCLottery type, String typeCode) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 391
  82. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.GetRealData(Dictionary`2 dictionary) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 361
  83. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.<>c__DisplayClass6_0.<GetHomeLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 295
  84. 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
  85. 获取首页展示详细开奖信息的彩种-GetHomeLotteryList发生异常。System.Data.SqlClient.SqlException (0x80131904): 在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: Named Pipes Provider, error: 40 - 无法打开到 SQL Server 的连接) ---> System.ComponentModel.Win32Exception (0x80004005): 找不到网络路径。
  86. 在 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling)
  87. 在 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
  88. 在 System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
  89. 在 System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
  90. 在 System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
  91. 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  92. 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  93. 在 System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
  94. 在 System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  95. 在 System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  96. 在 System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
  97. 在 System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
  98. 在 System.Data.SqlClient.SqlConnection.Open()
  99. 在 Lottomat.Data.DbHelper.PrepareCommand(DbConnection conn, IDbCommand cmd, DbTransaction isOpenTrans, CommandType cmdType, String cmdText, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 156
  100. 在 Lottomat.Data.DbHelper.ExecuteReader(CommandType cmdType, String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 87
  101. 在 Lottomat.Data.EF.Database.FindList[T](String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 389
  102. 在 Lottomat.Data.EF.Database.FindList[T](String strSql) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 383
  103. 在 Lottomat.Data.Repository.Repository.FindList[T](String strSql) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.Repository\Repository\Repository.cs:行号 275
  104. 在 Lottomat.Application.Service.SystemManage.DataItemDetailService.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Service\SystemManage\DataItemDetailService.cs:行号 68
  105. 在 Lottomat.Application.Busines.SystemManage.DataItemDetailBLL.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Busines\SystemManage\DataItemDetailBLL.cs:行号 54
  106. 在 Lottomat.Application.Cache.DataItemCache.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Cache\DataItemCache.cs:行号 38
  107. 在 Lottomat.Application.Cache.DataItemCache.GetDataItemList(String EnCode) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Cache\DataItemCache.cs:行号 113
  108. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.<>c__DisplayClass8_0.<GetHomeLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 299
  109. 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
  110. ClientConnectionId:00000000-0000-0000-0000-000000000000
  111. Error Number:53,State:0,Class:20
  112. 获取首页展示详细开奖信息的彩种-GetHomeLotteryList发生异常。System.Data.SqlClient.SqlException (0x80131904): 在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: Named Pipes Provider, error: 40 - 无法打开到 SQL Server 的连接) ---> System.ComponentModel.Win32Exception (0x80004005): 找不到网络路径。
  113. 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  114. 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  115. 在 System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
  116. 在 System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  117. 在 System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  118. 在 System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
  119. 在 System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
  120. 在 System.Data.SqlClient.SqlConnection.Open()
  121. 在 Lottomat.Data.DbHelper.PrepareCommand(DbConnection conn, IDbCommand cmd, DbTransaction isOpenTrans, CommandType cmdType, String cmdText, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 156
  122. 在 Lottomat.Data.DbHelper.ExecuteReader(CommandType cmdType, String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 87
  123. 在 Lottomat.Data.EF.Database.FindList[T](String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 389
  124. 在 Lottomat.Data.EF.Database.FindList[T](String strSql) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 383
  125. 在 Lottomat.Data.Repository.Repository.FindList[T](String strSql) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.Repository\Repository\Repository.cs:行号 275
  126. 在 Lottomat.Application.Service.SystemManage.DataItemDetailService.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Service\SystemManage\DataItemDetailService.cs:行号 68
  127. 在 Lottomat.Application.Busines.SystemManage.DataItemDetailBLL.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Busines\SystemManage\DataItemDetailBLL.cs:行号 54
  128. 在 Lottomat.Application.Cache.DataItemCache.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Cache\DataItemCache.cs:行号 38
  129. 在 Lottomat.Application.Cache.DataItemCache.GetDataItemList(String EnCode) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Cache\DataItemCache.cs:行号 113
  130. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.<>c__DisplayClass8_0.<GetHomeLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 299
  131. 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
  132. ClientConnectionId:00000000-0000-0000-0000-000000000000
  133. Error Number:53,State:0,Class:20
  134. 获取首页展示详细开奖信息的彩种-GetHomeLotteryList发生异常。System.Data.SqlClient.SqlException (0x80131904): 在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: Named Pipes Provider, error: 40 - 无法打开到 SQL Server 的连接) ---> System.ComponentModel.Win32Exception (0x80004005): 找不到网络路径。
  135. 在 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling)
  136. 在 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
  137. 在 System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
  138. 在 System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
  139. 在 System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
  140. 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  141. 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  142. 在 System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
  143. 在 System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  144. 在 System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  145. 在 System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
  146. 在 System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
  147. 在 System.Data.SqlClient.SqlConnection.Open()
  148. 在 Lottomat.Data.DbHelper.PrepareCommand(DbConnection conn, IDbCommand cmd, DbTransaction isOpenTrans, CommandType cmdType, String cmdText, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 156
  149. 在 Lottomat.Data.DbHelper.ExecuteReader(CommandType cmdType, String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data\DbHelper.cs:行号 87
  150. 在 Lottomat.Data.EF.Database.FindList[T](String strSql, DbParameter[] dbParameter) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 389
  151. 在 Lottomat.Data.EF.Database.FindList[T](String strSql) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.EF\Database.cs:行号 383
  152. 在 Lottomat.Data.Repository.Repository.FindList[T](String strSql) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Data\Lottomat.Data.Repository\Repository\Repository.cs:行号 275
  153. 在 Lottomat.Application.Service.SystemManage.DataItemDetailService.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Service\SystemManage\DataItemDetailService.cs:行号 68
  154. 在 Lottomat.Application.Busines.SystemManage.DataItemDetailBLL.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Busines\SystemManage\DataItemDetailBLL.cs:行号 54
  155. 在 Lottomat.Application.Cache.DataItemCache.GetDataItemList() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Cache\DataItemCache.cs:行号 38
  156. 在 Lottomat.Application.Cache.DataItemCache.GetDataItemList(String EnCode) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Application\Lottomat.Application.Cache\DataItemCache.cs:行号 113
  157. 在 Lottomat.SOA.API.Controllers.V1.LotteryNumberController.<>c__DisplayClass8_0.<GetHomeLotteryList>b__0() 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.SOA.API\Controllers\V1\LotteryNumberController.cs:行号 299
  158. 在 Lottomat.Util.Log.LogHelper.Logger(Type type, String argJsonString, String function, ErrorHandel errorHandel, Action tryHandel, Action`1 catchHandel, Action finallHandel) 位置 F:\VS2017Workspace\SVNWorkspace\Lottomat\Lottomat.Util\Lottomat.Util.Log\LogHelper.cs:行号 71
  159. ClientConnectionId:00000000-0000-0000-0000-000000000000
  160. Error Number:53,State:0,Class:20