Advertisement
Guest User

Untitled

a guest
May 31st, 2016
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. Date: 31.05.2016 19:36:36
  2. Message: Die COM-Klassenfactory für die Komponente mit CLSID {F447B69E-1884-4A7E-8055-346F74D6EDB3} konnte aufgrund des folgenden Fehlers nicht abgerufen werden: 80040154 Klasse nicht registriert (Ausnahme von HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
  3. Detail: System.Runtime.InteropServices.COMException (0x80040154): Die COM-Klassenfactory für die Komponente mit CLSID {F447B69E-1884-4A7E-8055-346F74D6EDB3} konnte aufgrund des folgenden Fehlers nicht abgerufen werden: 80040154 Klasse nicht registriert (Ausnahme von HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
  4. bei NAudio.Wave.MediaFoundationResampler..ctor(IWaveProvider sourceProvider, WaveFormat outputFormat)
  5. bei SWYH.Audio.WasapiProvider..ctor()
  6. bei SWYH.App.Application_Startup(Object sender, StartupEventArgs e)
  7. bei System.Windows.Application.OnStartup(StartupEventArgs e)
  8. bei System.Windows.Application.<.ctor>b__1_0(Object unused)
  9. bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  10. bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  11. bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
  12. bei System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  13. bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  14. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  15. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  16. bei System.Windows.Threading.DispatcherOperation.Invoke()
  17. bei System.Windows.Threading.Dispatcher.ProcessQueue()
  18. bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  19. bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  20. bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  21. bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  22. bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  23. bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  24. bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  25. bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  26. bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  27. bei System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  28. bei System.Windows.Application.RunDispatcher(Object ignore)
  29. bei System.Windows.Application.RunInternal(Window window)
  30. bei System.Windows.Application.Run(Window window)
  31. bei SWYH.App.Main()
  32. ------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement