Guest User

Untitled

a guest
Mar 11th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. An Unknown Error has occurred.
  2. System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> System.Windows.Markup.XamlParseException: Не удалось загрузить файл или сборку "GongSolutions.WPF.DragDrop, PublicKeyToken=null" либо одну из их зависимостей. Не удается найти указанный файл. ---> System.IO.FileNotFoundException: Не удалось загрузить файл или сборку "GongSolutions.WPF.DragDrop, PublicKeyToken=null" либо одну из их зависимостей. Не удается найти указанный файл.
  3. в System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  4. в System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  5. в System.Reflection.Assembly.Load(AssemblyName assemblyRef)
  6. в System.Windows.Baml2006.Baml2006SchemaContext.ResolveAssembly(BamlAssembly bamlAssembly)
  7. в System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlTypeToType(BamlType bamlType)
  8. в System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlType(BamlType bamlType, Int16 typeId)
  9. в System.Windows.Baml2006.Baml2006SchemaContext.GetXamlType(Int16 typeId)
  10. в System.Windows.Baml2006.Baml2006SchemaContext.GetProperty(Int16 propertyId, XamlType parentType)
  11. в System.Windows.Baml2006.Baml2006Reader.Process_PropertyCustom()
  12. в System.Windows.Baml2006.Baml2006Reader.Process_OneBamlRecord()
  13. в System.Windows.Baml2006.Baml2006Reader.Process_BamlRecords()
  14. в System.Windows.Baml2006.Baml2006Reader.Read()
  15. в System.Windows.Markup.WpfXamlLoader.TransformNodes(XamlReader xamlReader, XamlObjectWriter xamlWriter, Boolean onlyLoadOneNode, Boolean skipJournaledProperties, Boolean shouldPassLineNumberInfo, IXamlLineInfo xamlLineInfo, IXamlLineInfoConsumer xamlLineInfoConsumer, XamlContextStack`1 stack, IStyleConnector styleConnector)
  16. в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  17. --- Конец трассировки внутреннего стека исключений ---
  18. в System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
  19. в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  20. в System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  21. в System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  22. --- Конец трассировки внутреннего стека исключений ---
  23. в System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  24. в System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  25. в System.Activator.CreateInstance(Type type, Boolean nonPublic)
  26. в System.Activator.CreateInstance(Type type)
  27. в Caliburn.Micro.ViewLocator.<>c.<.cctor>b__10_0(Type viewType)
  28. в Caliburn.Micro.ViewLocator.<>c.<.cctor>b__10_8(Object model, DependencyObject displayLocation, Object context)
  29. в Caliburn.Micro.View.OnModelChanged(DependencyObject targetLocation, DependencyPropertyChangedEventArgs args)
  30. в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  31. в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  32. в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  33. в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  34. в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
  35. в System.Windows.Data.BindingOperations.SetBinding(DependencyObject target, DependencyProperty dp, BindingBase binding)
  36. в Caliburn.Micro.ConventionManager.SetBindingWithoutBindingOverwrite(Type viewModelType, String path, PropertyInfo property, FrameworkElement element, ElementConvention convention, DependencyProperty bindableProperty)
  37. в Caliburn.Micro.ViewModelBinder.<>c.<.cctor>b__10_0(IEnumerable`1 namedElements, Type viewModelType)
  38. в Caliburn.Micro.ViewModelBinder.<>c.<.cctor>b__10_3(Object viewModel, DependencyObject view, Object context)
  39. в Caliburn.Micro.View.OnModelChanged(DependencyObject targetLocation, DependencyPropertyChangedEventArgs args)
  40. в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  41. в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  42. в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  43. в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  44. в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
  45. в System.Windows.Data.BindingOperations.SetBinding(DependencyObject target, DependencyProperty dp, BindingBase binding)
  46. в Caliburn.Micro.ConventionManager.SetBindingWithoutBindingOverwrite(Type viewModelType, String path, PropertyInfo property, FrameworkElement element, ElementConvention convention, DependencyProperty bindableProperty)
  47. в Caliburn.Micro.ViewModelBinder.<>c.<.cctor>b__10_0(IEnumerable`1 namedElements, Type viewModelType)
  48. в Caliburn.Micro.ViewModelBinder.<>c.<.cctor>b__10_3(Object viewModel, DependencyObject view, Object context)
  49. в Caliburn.Micro.WindowManager.CreateWindow(Object rootModel, Boolean isDialog, Object context, IDictionary`2 settings)
  50. в Caliburn.Micro.WindowManager.ShowWindow(Object rootModel, Object context, IDictionary`2 settings)
  51. в HandBrakeWPF.Startup.AppBootstrapper.OnStartup(Object sender, StartupEventArgs e)
  52. в System.Windows.Application.OnStartup(StartupEventArgs e)
  53. в HandBrakeWPF.App.OnStartup(StartupEventArgs e)
  54. в System.Windows.Application.<.ctor>b__1_0(Object unused)
  55. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  56. в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Add Comment
Please, Sign In to add comment