Advertisement
eipieq-1

MediaInfo.NET-6.0.0.0 fails to open files

Apr 11th, 2020 (edited)
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. [[1st Error Msg]]
  2.  
  3. BadImageFormatException
  4.  
  5. An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
  6.  
  7. System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
  8. at MediaInfo.MediaInfo_New()
  9. at MediaInfo..ctor(String path) in C:\Users\frank\Desktop\MediaInfo.NET\Portable\MediaInfo.cs:line 11
  10. at MediaInfoNET.MainWindow.GetItems(Boolean rawView) in C:\Users\frank\Desktop\MediaInfo.NET\MainWindow.xaml.cs:line 188
  11. at MediaInfoNET.MainWindow.LoadFile(String file) in C:\Users\frank\Desktop\MediaInfo.NET\MainWindow.xaml.cs:line 156
  12. at MediaInfoNET.MainWindow.OpenFile() in C:\Users\frank\Desktop\MediaInfo.NET\MainWindow.xaml.cs:line 996
  13. at MediaInfoNET.MainWindow.OpenFileMenuItem_Click(Object sender, RoutedEventArgs e) in C:\Users\frank\Desktop\MediaInfo.NET\MainWindow.xaml.cs:line 988
  14. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  15. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  16. at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
  17. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  18. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  19.  
  20. [[2nd Error Msg]]
  21.  
  22. BadImageFormatException
  23.  
  24. An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
  25.  
  26. System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
  27. at MediaInfo.MediaInfo_New()
  28. at MediaInfo..ctor(String path) in C:\Users\frank\Desktop\MediaInfo.NET\Portable\MediaInfo.cs:line 11
  29. at MediaInfoNET.MainWindow.GetItems(Boolean rawView) in C:\Users\frank\Desktop\MediaInfo.NET\MainWindow.xaml.cs:line 188
  30. at MediaInfoNET.MainWindow.LoadFile(String file) in C:\Users\frank\Desktop\MediaInfo.NET\MainWindow.xaml.cs:line 156
  31. at MediaInfoNET.MainWindow.OpenFile() in C:\Users\frank\Desktop\MediaInfo.NET\MainWindow.xaml.cs:line 996
  32. at MediaInfoNET.MainWindow.OpenFileMenuItem_Click(Object sender, RoutedEventArgs e) in C:\Users\frank\Desktop\MediaInfo.NET\MainWindow.xaml.cs:line 988
  33. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  34. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  35. at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
  36. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  37. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  38. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  39. at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  40. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  41. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  42. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  43. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  44. at System.Windows.Threading.DispatcherOperation.Invoke()
  45. at System.Windows.Threading.Dispatcher.ProcessQueue()
  46. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  47. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  48. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  49. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  50. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  51. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  52. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  53. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  54. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  55. at System.Windows.Application.RunDispatcher(Object ignore)
  56. at System.Windows.Application.RunInternal(Window window)
  57. at MediaInfoNET.Program.AppMain() in C:\Users\frank\Desktop\MediaInfo.NET\Program.cs:line 31
  58. at MediaInfoNET.Program.Main(String[] args) in C:\Users\frank\Desktop\MediaInfo.NET\Program.cs:line 19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement