Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details.
  2. at System.Data.SqlClient.SqlConnection.OnError
  3. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning
  4. at System.Data.SqlClient.TdsParser.TryRun
  5. at System.Data.SqlClient.SqlDataReader.TrySetMetaData
  6. at System.Data.SqlClient.TdsParser.TryRun
  7. at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData
  8. at System.Data.SqlClient.SqlDataReader.get_MetaData
  9. at System.Data.SqlClient.SqlCommand.FinishExecuteReader
  10. at System.Data.SqlClient.SqlCommand.FinishExecuteReader
  11. at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds
  12. at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds
  13. at System.Data.SqlClient.SqlCommand.RunExecuteReader
  14. at System.Data.SqlClient.SqlCommand.RunExecuteReader
  15. at System.Data.SqlClient.SqlCommand.ExecuteReader
  16. at System.Data.SqlClient.SqlCommand.ExecuteReader
  17. at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch
  18. at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader
  19. at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands
  20. --- End of inner exception stack trace ---
  21. at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands
  22. at System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute
  23. at System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute
  24. at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction
  25. at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction
  26. at <>c__DisplayClass7.<GetResults>b__5
  27. at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute
  28. at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute
  29. at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults
  30. at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0
  31. at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext
  32. at System.Collections.Generic.List`1..ctor
  33. at System.Linq.Enumerable.ToList
  34. at Z.EntityFramework.Plus.QueryCacheExtensions.FromCache
  35. at sg.web.Repositories.FindProductCustomDbRepository.GetAllProductsInDb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement