ashzificate

.net framework

Oct 3rd, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.IO.IOException: The process cannot access the file 'C:\Users\Ashley\AppData\Roaming\.techniclauncher\technic-launcher.jar' because it is being used by another process.
  6. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  7. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
  8. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
  9. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  10. at TechnicLauncher.Form1.DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e)
  11.  
  12.  
  13. ************** Loaded Assemblies **************
  14. mscorlib
  15. Assembly Version: 2.0.0.0
  16. Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
  17. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  18. ----------------------------------------
  19. TechnicLauncher
  20. Assembly Version: 1.0.1.0
  21. Win32 Version: 1.0.1.0
  22. CodeBase: file:///C:/Users/Ashley/Desktop/TechnicLauncher.exe
  23. ----------------------------------------
  24. System.Windows.Forms
  25. Assembly Version: 2.0.0.0
  26. Win32 Version: 2.0.50727.5460 (Win7SP1GDR.050727-5400)
  27. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  28. ----------------------------------------
  29. System
  30. Assembly Version: 2.0.0.0
  31. Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
  32. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  33. ----------------------------------------
  34. System.Drawing
  35. Assembly Version: 2.0.0.0
  36. Win32 Version: 2.0.50727.5462 (Win7SP1GDR.050727-5400)
  37. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  38. ----------------------------------------
  39. System.Configuration
  40. Assembly Version: 2.0.0.0
  41. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  42. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  43. ----------------------------------------
  44. System.Xml
  45. Assembly Version: 2.0.0.0
  46. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  47. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  48. ----------------------------------------
  49.  
  50. ************** JIT Debugging **************
  51. To enable just-in-time (JIT) debugging, the .config file for this
  52. application or computer (machine.config) must have the
  53. jitDebugging value set in the system.windows.forms section.
  54. The application must also be compiled with debugging
  55. enabled.
  56.  
  57. For example:
  58.  
  59. <configuration>
  60. <system.windows.forms jitDebugging="true" />
  61. </configuration>
  62.  
  63. When JIT debugging is enabled, any unhandled exception
  64. will be sent to the JIT debugger registered on the computer
  65. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment