Advertisement
Guest User

Jc18

a guest
Nov 25th, 2009
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. Consulte el final de este mensaje para obtener m�s detalles sobre c�mo invocar a la depuraci�n
  2. Just-In-Time (JIT) en lugar de a este cuadro de di�logo.
  3.  
  4. ************** Texto de la excepci�n **************
  5. System.IO.FileNotFoundException: C:\DOCUME~1\JC18\CONFIG~1\Temp\JC18.bmp
  6. en System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
  7. en System.Drawing.Image.FromFile(String filename)
  8. en Thoosje_Windows_7_Logon_Editor.MainForm.MainForm_Load(Object sender, EventArgs e)
  9. en System.Windows.Forms.Form.OnLoad(EventArgs e)
  10. en System.Windows.Forms.Form.OnCreateControl()
  11. en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  12. en System.Windows.Forms.Control.CreateControl()
  13. en System.Windows.Forms.Control.WmShowWindow(Message& m)
  14. en System.Windows.Forms.Control.WndProc(Message& m)
  15. en System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  16. en System.Windows.Forms.ContainerControl.WndProc(Message& m)
  17. en System.Windows.Forms.Form.WmShowWindow(Message& m)
  18. en System.Windows.Forms.Form.WndProc(Message& m)
  19. en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  20. en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  21. en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.  
  23.  
  24. ************** Ensamblados cargados **************
  25. mscorlib
  26. Versi�n del ensamblado: 2.0.0.0
  27. Versi�n Win32: 2.0.50727.3603 (GDR.050727-3600)
  28. C�digo base: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  29. ----------------------------------------
  30. Thoosje Windows 7 Logon Editor
  31. Versi�n del ensamblado: 1.0.0.0
  32. Versi�n Win32: 1.0.0.0
  33. C�digo base: file:///C:/Archivos%20de%20programa/Thoosje%20Logon%20Editor/Thoosje%20Windows%207%20Logon%20Editor.exe
  34. ----------------------------------------
  35. System.Windows.Forms
  36. Versi�n del ensamblado: 2.0.0.0
  37. Versi�n Win32: 2.0.50727.3053 (netfxsp.050727-3000)
  38. C�digo base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  39. ----------------------------------------
  40. System
  41. Versi�n del ensamblado: 2.0.0.0
  42. Versi�n Win32: 2.0.50727.3053 (netfxsp.050727-3000)
  43. C�digo base: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  44. ----------------------------------------
  45. System.Drawing
  46. Versi�n del ensamblado: 2.0.0.0
  47. Versi�n Win32: 2.0.50727.3053 (netfxsp.050727-3000)
  48. C�digo base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  49. ----------------------------------------
  50. CostumeButton
  51. Versi�n del ensamblado: 1.0.0.0
  52. Versi�n Win32: 1.0.0.0
  53. C�digo base: file:///C:/Archivos%20de%20programa/Thoosje%20Logon%20Editor/CostumeButton.DLL
  54. ----------------------------------------
  55. System.Windows.Forms.resources
  56. Versi�n del ensamblado: 2.0.0.0
  57. Versi�n Win32: 2.0.50727.3053 (netfxsp.050727-3000)
  58. C�digo base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
  59. ----------------------------------------
  60. mscorlib.resources
  61. Versi�n del ensamblado: 2.0.0.0
  62. Versi�n Win32: 2.0.50727.3603 (GDR.050727-3600)
  63. C�digo base: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  64. ----------------------------------------
  65.  
  66. ************** Depuraci�n JIT **************
  67. Para habilitar la depuraci�n Just In Time (JIT), el archivo de configuraci�n de esta
  68. aplicaci�n o equipo (machine.config) debe tener el
  69. valor jitDebugging establecido en la secci�n system.windows.forms.
  70. La aplicaci�n tambi�n se debe compilar con la depuraci�n
  71. habilitada
  72.  
  73. Por ejemplo:
  74.  
  75. <configuration>
  76. <system.windows.forms jitDebugging="true" />
  77. </configuration>
  78.  
  79. Cuando est� habilitada la depuraci�n JIT, cualquier excepci�n no controlada
  80. se enviar� al depurador JIT registrado en el equipo
  81. en lugar de controlarlo mediante el cuadro de di�logo.
  82.  
  83.  
  84.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement