Advertisement
Guest User

Untitled

a guest
May 20th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.47 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.NullReferenceException: Object reference not set to an instance of an object.
  6. at d.h(Object A_0, EventArgs A_1)
  7. at System.EventHandler.Invoke(Object sender, EventArgs e)
  8. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  9. at System.Windows.Forms.Form.OnCreateControl()
  10. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  11. at System.Windows.Forms.Control.CreateControl()
  12. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  13. at System.Windows.Forms.Control.WndProc(Message& m)
  14. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  15. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  16. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  17. at System.Windows.Forms.Form.WndProc(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  20. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  21.  
  22.  
  23. ************** Loaded Assemblies **************
  24. mscorlib
  25. Assembly Version: 2.0.0.0
  26. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  27. CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  28. ----------------------------------------
  29. MBC
  30. Assembly Version: 3.12.3.23
  31. Win32 Version: 3.12.05.18
  32. CodeBase: file:///C:/Documents%20and%20Settings/Root/Desktop/MBC.exe
  33. ----------------------------------------
  34. Microsoft.VisualBasic
  35. Assembly Version: 8.0.0.0
  36. Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
  37. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  38. ----------------------------------------
  39. System.Windows.Forms
  40. Assembly Version: 2.0.0.0
  41. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  42. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  43. ----------------------------------------
  44. System
  45. Assembly Version: 2.0.0.0
  46. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  47. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  48. ----------------------------------------
  49. System.Drawing
  50. Assembly Version: 2.0.0.0
  51. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  52. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  53. ----------------------------------------
  54. Accessibility
  55. Assembly Version: 2.0.0.0
  56. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  57. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  58. ----------------------------------------
  59. System.Runtime.Remoting
  60. Assembly Version: 2.0.0.0
  61. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  62. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  63. ----------------------------------------
  64. System.Configuration
  65. Assembly Version: 2.0.0.0
  66. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  67. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  68. ----------------------------------------
  69. System.Xml
  70. Assembly Version: 2.0.0.0
  71. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  72. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  73. ----------------------------------------
  74.  
  75. ************** JIT Debugging **************
  76. To enable just-in-time (JIT) debugging, the .config file for this
  77. application or computer (machine.config) must have the
  78. jitDebugging value set in the system.windows.forms section.
  79. The application must also be compiled with debugging
  80. enabled.
  81.  
  82. For example:
  83.  
  84. <configuration>
  85. <system.windows.forms jitDebugging="true" />
  86. </configuration>
  87.  
  88. When JIT debugging is enabled, any unhandled exception
  89. will bSee the end of this message for details on invoking
  90. just-in-time (JIT) debugging instead of this dialog box.
  91.  
  92. ************** Exception Text **************
  93. System.NullReferenceException: Object reference not set to an instance of an object.
  94. at d.h(Object A_0, EventArgs A_1)
  95. at System.EventHandler.Invoke(Object sender, EventArgs e)
  96. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  97. at System.Windows.Forms.Form.OnCreateControl()
  98. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  99. at System.Windows.Forms.Control.CreateControl()
  100. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  101. at System.Windows.Forms.Control.WndProc(Message& m)
  102. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  103. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  104. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  105. at System.Windows.Forms.Form.WndProc(Message& m)
  106. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  107. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  108. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  109.  
  110.  
  111. ************** Loaded Assemblies **************
  112. mscorlib
  113. Assembly Version: 2.0.0.0
  114. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  115. CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  116. ----------------------------------------
  117. MBC
  118. Assembly Version: 3.12.3.23
  119. Win32 Version: 3.12.05.18
  120. CodeBase: file:///C:/Documents%20and%20Settings/Root/Desktop/MBC.exe
  121. ----------------------------------------
  122. Microsoft.VisualBasic
  123. Assembly Version: 8.0.0.0
  124. Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
  125. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  126. ----------------------------------------
  127. System.Windows.Forms
  128. Assembly Version: 2.0.0.0
  129. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  130. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  131. ----------------------------------------
  132. System
  133. Assembly Version: 2.0.0.0
  134. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  135. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  136. ----------------------------------------
  137. System.Drawing
  138. Assembly Version: 2.0.0.0
  139. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  140. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  141. ----------------------------------------
  142. Accessibility
  143. Assembly Version: 2.0.0.0
  144. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  145. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  146. ----------------------------------------
  147. System.Runtime.Remoting
  148. Assembly Version: 2.0.0.0
  149. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  150. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  151. ----------------------------------------
  152. System.Configuration
  153. Assembly Version: 2.0.0.0
  154. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  155. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  156. ----------------------------------------
  157. System.Xml
  158. Assembly Version: 2.0.0.0
  159. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  160. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  161. ----------------------------------------
  162.  
  163. ************** JIT Debugging **************
  164. To enable just-in-time (JIT) debugging, the .config file for this
  165. application or computer (machine.config) must have the
  166. jitDebugging value set in the system.windows.forms section.
  167. The application must also be compiled with debugging
  168. enabled.
  169.  
  170. For example:
  171.  
  172. <configuration>
  173. <system.windows.forms jitDebugging="true" />
  174. </configuration>
  175.  
  176. When JIT debugging is enabled, any unhandled exception
  177. will bSee the end of this message for details on invoking
  178. just-in-time (JIT) debugging instead of this dialog box.
  179.  
  180. ************** Exception Text **************
  181. System.NullReferenceException: Object reference not set to an instance of an object.
  182. at d.h(Object A_0, EventArgs A_1)
  183. at System.EventHandler.Invoke(Object sender, EventArgs e)
  184. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  185. at System.Windows.Forms.Form.OnCreateControl()
  186. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  187. at System.Windows.Forms.Control.CreateControl()
  188. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  189. at System.Windows.Forms.Control.WndProc(Message& m)
  190. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  191. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  192. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  193. at System.Windows.Forms.Form.WndProc(Message& m)
  194. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  195. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  196. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  197.  
  198.  
  199. ************** Loaded Assemblies **************
  200. mscorlib
  201. Assembly Version: 2.0.0.0
  202. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  203. CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  204. ----------------------------------------
  205. MBC
  206. Assembly Version: 3.12.3.23
  207. Win32 Version: 3.12.05.18
  208. CodeBase: file:///C:/Documents%20and%20Settings/Root/Desktop/MBC.exe
  209. ----------------------------------------
  210. Microsoft.VisualBasic
  211. Assembly Version: 8.0.0.0
  212. Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
  213. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  214. ----------------------------------------
  215. System.Windows.Forms
  216. Assembly Version: 2.0.0.0
  217. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  218. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  219. ----------------------------------------
  220. System
  221. Assembly Version: 2.0.0.0
  222. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  223. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  224. ----------------------------------------
  225. System.Drawing
  226. Assembly Version: 2.0.0.0
  227. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  228. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  229. ----------------------------------------
  230. Accessibility
  231. Assembly Version: 2.0.0.0
  232. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  233. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  234. ----------------------------------------
  235. System.Runtime.Remoting
  236. Assembly Version: 2.0.0.0
  237. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  238. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  239. ----------------------------------------
  240. System.Configuration
  241. Assembly Version: 2.0.0.0
  242. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  243. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  244. ----------------------------------------
  245. System.Xml
  246. Assembly Version: 2.0.0.0
  247. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  248. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  249. ----------------------------------------
  250.  
  251. ************** JIT Debugging **************
  252. To enable just-in-time (JIT) debugging, the .config file for this
  253. application or computer (machine.config) must have the
  254. jitDebugging value set in the system.windows.forms section.
  255. The application must also be compiled with debugging
  256. enabled.
  257.  
  258. For example:
  259.  
  260. <configuration>
  261. <system.windows.forms jitDebugging="true" />
  262. </configuration>
  263.  
  264. When JIT debugging is enabled, any unhandled exception
  265. will be sent to the JIT debugger registered on the computer
  266. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement