Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. ---------------------------
  2. Click on this message box and press Ctrl-C to copy the entire message
  3. ---------------------------
  4. An unhandled exception occured. Note you can click on this message box to focus it, then press Ctrl-C to copy the entire message.
  5.  
  6. System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'TransparentTwitchChatWPF.MainWindow' that matches the specified binding constraints threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'CefSharp.Core, Version=57.0.0.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138' or one of its dependencies. The system cannot find the file specified.
  7.  
  8. at TransparentTwitchChatWPF.MainWindow..ctor()
  9.  
  10. --- End of inner exception stack trace ---
  11.  
  12. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  13.  
  14. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  15.  
  16. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  17.  
  18. at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
  19.  
  20. at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
  21.  
  22. at System.Windows.Application.DoStartup()
  23.  
  24. at System.Windows.Application.<.ctor>b__1_0(Object unused)
  25.  
  26. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  27.  
  28. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  29.  
  30. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  31.  
  32. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  33.  
  34. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  35.  
  36. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  37.  
  38. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  39.  
  40. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  41.  
  42. at System.Windows.Threading.DispatcherOperation.Invoke()
  43.  
  44. at System.Windows.Threading.Dispatcher.ProcessQueue()
  45.  
  46. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  47.  
  48. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  49.  
  50. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  51.  
  52. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  53.  
  54. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  55.  
  56. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  57.  
  58. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  59.  
  60. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  61.  
  62. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  63.  
  64. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  65.  
  66. at System.Windows.Application.RunDispatcher(Object ignore)
  67.  
  68. at System.Windows.Application.RunInternal(Window window)
  69.  
  70. at System.Windows.Application.Run(Window window)
  71.  
  72. at System.Windows.Application.Run()
  73.  
  74. at TransparentTwitchChatWPF.App.Main()
  75. ---------------------------
  76. OK
  77. ---------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement