Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. at SimpleInjector.Scope.GetScopelessInstance[TImplementation](ScopedRegistration`1 registration)
  2. at SimpleInjector.Scope.GetInstance[TImplementation](ScopedRegistration`1 registration, Scope scope)
  3. at SimpleInjector.Advanced.Internal.LazyScopedRegistration`1.GetInstance(Scope scope)
  4. at lambda_method(Closure )
  5. at SimpleInjector.InstanceProducer.BuildAndReplaceInstanceCreatorAndCreateFirstInstance()
  6. at SimpleInjector.InstanceProducer.GetInstance()
  7.  
  8. at SimpleInjector.InstanceProducer.GetInstance()
  9. at SimpleInjector.Container.GetInstanceForRootType(Type serviceType)
  10. at SimpleInjector.Container.GetInstance(Type serviceType)
  11. at SmartcardService.Core.Activation.ResolvingActivator.CreateInstance(Type type) in D:\Dev\management-service\management-service\src\SmartcardService.Core\Activation\ResolvingActivator.cs:line 43
  12. at SmartcardService.Core.Activation.ResolvingActivator.CreateInstance(String typeName) in D:\Dev\management-service\management-service\src\SmartcardService.Core\Activation\ResolvingActivator.cs:line 35
  13. at SmartcardService.Core.Activation.ResolvingActivator.CreateInstance[TService](String typeName) in D:\Dev\management-service\management-service\src\SmartcardService.Core\Activation\ResolvingActivator.cs:line 69
  14. at SmartcardService.Smartcards.Features.HardwareDetection.SmartcardHardwareHandlerLocator.CommandHandler.<Handle>d__2.MoveNext() in D:\Dev\management-service\management-service\src\SmartcardService.Smartcards\Features\HardwareDetection\SmartcardHardwareHandlerLocator.cs:line 55
  15.  
  16. at SmartcardService.Smartcards.Features.HardwareDetection.SmartcardHardwareHandlerLocator.CommandHandler.<Handle>d__2.MoveNext() in D:\Dev\management-service\management-service\src\SmartcardService.Smartcards\Features\HardwareDetection\SmartcardHardwareHandlerLocator.cs:line 59
  17. --- End of stack trace from previous location where exception was thrown ---
  18. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  19. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  20. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  21. at SmartcardService.Core.MediatR.MediatorAsyncPipeline`2.<Handle>d__7.MoveNext() in D:\Dev\management-service\management-service\src\SmartcardService.MediatR\MediatorAsyncPipeline.cs:line 117
  22. --- End of stack trace from previous location where exception was thrown ---
  23. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  24. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  25. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  26. at SmartcardService.Smartcards.Features.Conversations.SmartcardConversationHandler.<LoadHardwareHandlerAsync>d__5.MoveNext() in D:\Dev\management-service\management-service\src\SmartcardService.Smartcards\Features\Conversations\SmartcardConversationHandler.cs:line 73
  27. --- End of stack trace from previous location where exception was thrown ---
  28. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  29. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  30. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  31. at SmartcardService.Smartcards.Features.Conversations.SmartcardConversationHandler.<DetectHardwareAsync>d__6.MoveNext() in D:\Dev\management-service\management-service\src\SmartcardService.Smartcards\Features\Conversations\SmartcardConversationHandler.cs:line 78
  32. --- End of stack trace from previous location where exception was thrown ---
  33. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  34. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  35. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  36. at SmartcardService.Smartcards.Features.Conversations.SmartcardConversationHandler.<Handle>d__4.MoveNext() in D:\Dev\management-service\management-service\src\SmartcardService.Smartcards\Features\Conversations\SmartcardConversationHandler.cs:line 59
  37. --- End of stack trace from previous location where exception was thrown ---
  38. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  39. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  40. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  41. at SmartcardService.Core.MediatR.MediatorAsyncPipeline`2.<Handle>d__7.MoveNext() in D:\Dev\management-service\management-service\src\SmartcardService.MediatR\MediatorAsyncPipeline.cs:line 117
  42. --- End of stack trace from previous location where exception was thrown ---
  43. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  44. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  45. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  46. at SmartcardService.API.Legacy.Features.Smartcards.Conversations.CardInserted.CommandHandler.<Handle>d__2.MoveNext() in D:\Dev\management-service\management-service\src\SmartcardService.API.Legacy\Features\Smartcards\Conversations\CardInserted.cs:line 60
  47. --- End of stack trace from previous location where exception was thrown ---
  48. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  49. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  50. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  51. at SmartcardService.Core.MediatR.MediatorAsyncPipeline`2.<Handle>d__7.MoveNext() in D:\Dev\management-service\management-service\src\SmartcardService.MediatR\MediatorAsyncPipeline.cs:line 117
  52.  
  53. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  54. at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  55. at System.Threading.Tasks.Task`1.get_Result()
  56. at SmartcardService.API.Legacy.ManagementServiceJson.CardInserted(Command request) in D:\Dev\management-service\management-service\src\SmartcardService.API.Legacy\ManagementService.cs:line 246
  57. at SyncInvokeCardInserted(Object , Object[] , Object[] )
  58. at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
  59. at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement