Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. System.NotImplementedException
  2. HResult=0x80004001
  3. Сообщение = Метод или операция не реализована.
  4. Источник = Prism.Container.Extensions
  5. Трассировка стека:
  6. в Prism.Ioc.IExtendedContainerRegistryExtensions.RegisterSingletonFromDelegate(IContainerRegistry containerRegistry, Type serviceType, Func`1 factoryMethod)
  7. в Prism.Ioc.IExtendedContainerRegistryExtensions.RegisterSingletonFromDelegate[T](IContainerRegistry containerRegistry, Func`1 factoryMethod)
  8. в Malinka.App.RegisterTypes(IContainerRegistry containerRegistry) в C:\Users\Alexandr\source\repos\Malinka\Malinka\App.xaml.cs:строка 34
  9. в Prism.PrismApplicationBase.Initialize()
  10. в Prism.PrismApplicationBase.InitializeInternal()
  11. в Prism.PrismApplicationBase.OnStartup(StartupEventArgs e)
  12. в System.Windows.Application.<.ctor>b__1_0(Object unused)
  13. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  14. в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  15. в System.Windows.Threading.DispatcherOperation.InvokeImpl()
  16. в System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  17. в MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  18. в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  19. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  20. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  21. в MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  22. в System.Windows.Threading.DispatcherOperation.Invoke()
  23. в System.Windows.Threading.Dispatcher.ProcessQueue()
  24. в System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  25. в MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  26. в MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  27. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  28. в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  29. в System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  30. в MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  31. в MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  32. в System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  33. в System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  34. в System.Windows.Application.RunDispatcher(Object ignore)
  35. в System.Windows.Application.RunInternal(Window window)
  36. в System.Windows.Application.Run(Window window)
  37. в System.Windows.Application.Run()
  38. в Malinka.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement