Advertisement
Guest User

Untitled

a guest
Oct 16th, 2013
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. System.Data.EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details. ---> iAnywhere.Data.SQLAnywhere.SAException: Run time SQL error -- *** ERROR *** Assertion failed: 104909 (12.0.1.3942)[]
  2. Invalid request on pooled connection
  3. at iAnywhere.Data.SQLAnywhere.SACommand._ExecuteReader(CommandBehavior commandBehavior, Boolean isExecuteScalar, Boolean isBeginExecuteReader)
  4. at iAnywhere.Data.SQLAnywhere.SACommand.ExecuteDbDataReader(CommandBehavior behavior)
  5. at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
  6. at System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
  7. --- End of inner exception stack trace ---
  8. at System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
  9. at System.Data.Objects.Internal.ObjectQueryExecutionPlan.Execute[TResultType](ObjectContext context, ObjectParameterCollection parameterValues)
  10. at System.Data.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
  11. at System.Data.Objects.ObjectQuery`1.System.Collections.Generic.IEnumerable<T>.GetEnumerator()
  12. at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
  13. at System.Data.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__2[TResult](IEnumerable`1 sequence)
  14. at System.Data.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot)
  15. at System.Data.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[S](Expression expression)
  16. at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression)
  17. at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable`1 source)
  18. at [].Data.ImagesRepository.Get(Int32 id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement