Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. System.BadImageFormatException was unhandled
  2. HResult=-2147024885
  3. Message=Could not load file or assembly 'MouseKeyboardActivityMonitor, Version=3.0.1.9579, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.
  4. Source=07box
  5. FileName=MouseKeyboardActivityMonitor, Version=3.0.1.9579, Culture=neutral, PublicKeyToken=null
  6. FusionLog==== Pre-bind state information ===
  7. LOG: DisplayName = MouseKeyboardActivityMonitor, Version=3.0.1.9579, Culture=neutral, PublicKeyToken=null
  8. (Fully-specified)
  9. LOG: Appbase = file:///K:/GitHub/07box/RS07box/bin/Debug/
  10. LOG: Initial PrivatePath = NULL
  11. Calling assembly : 07box, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null.
  12. ===
  13. LOG: This bind starts in default load context.
  14. LOG: Using application configuration file: K:\GitHub\07box\RS07box\bin\Debug\07box.vshost.exe.Config
  15. LOG: Using host configuration file:
  16. LOG: Using machine configuration file from D:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
  17. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
  18. LOG: Attempting download of new URL file:///K:/GitHub/07box/RS07box/bin/Debug/MouseKeyboardActivityMonitor.DLL.
  19. LOG: Attempting download of new URL file:///K:/GitHub/07box/RS07box/bin/Debug/MouseKeyboardActivityMonitor/MouseKeyboardActivityMonitor.DLL.
  20. LOG: Attempting download of new URL file:///K:/GitHub/07box/RS07box/bin/Debug/Libraries/MouseKeyboardActivityMonitor/MouseKeyboardActivityMonitor.DLL.
  21. ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.
  22.  
  23. StackTrace:
  24. at RS07box.MainForm..ctor()
  25. at RS07box.Program.Main(String[] args) in K:\GitHub\07box\RS07box\Program.cs:line 33
  26. at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  27. at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  28. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  29. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  30. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  31. at System.Threading.ThreadHelper.ThreadStart()
  32. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement