Advertisement
Guest User

Untitled

a guest
Sep 19th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.54 KB | None | 0 0
  1. Informationen über das Aufrufen von JIT-Debuggen
  2. anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
  3.  
  4. ************** Ausnahmetext **************
  5. System.AggregateException: Mindestens ein Fehler ist aufgetreten. ---> System.TypeLoadException: Cannot load V8 interface assembly. Load failure information for ClearScriptV8-32.dll:
  6. P:\AlterNET_09192018\Demos\ClearScriptV8-32.dll: Die Datei oder Assembly "file:///P:\AlterNET_09192018\Demos\ClearScriptV8-32.dll" oder eine Abhängigkeit davon wurde nicht gefunden. Der Vorgang wird nicht unterstützt. (Ausnahme von HRESULT: 0x80131515)
  7. bei Microsoft.ClearScript.V8.V8Proxy.LoadAssembly()
  8. bei Microsoft.ClearScript.V8.V8Proxy.GetAssembly()
  9. bei Microsoft.ClearScript.V8.V8Proxy.GetImplType(Type type)
  10. bei Microsoft.ClearScript.V8.V8Proxy.CreateImpl[T](Object[] args)
  11. bei Microsoft.ClearScript.V8.V8IsolateProxy.Create(String name, V8RuntimeConstraints constraints, V8RuntimeFlags flags, Int32 debugPort)
  12. bei Microsoft.ClearScript.V8.V8Runtime..ctor(String name, V8RuntimeConstraints constraints, V8RuntimeFlags flags, Int32 debugPort)
  13. bei Microsoft.ClearScript.V8.V8ScriptEngine..ctor(V8Runtime runtime, String name, V8RuntimeConstraints constraints, V8ScriptEngineFlags flags, Int32 debugPort)
  14. bei Alternet.Syntax.Parsers.TypeScript.Native.V8Parser..ctor()
  15. bei Alternet.Syntax.Parsers.TypeScript.CodeCompletion.TypeScriptProject.get_Parser()
  16. bei Alternet.Syntax.Parsers.TypeScript.CodeCompletion.TypeScriptRepository.ReplaceDocument(String fileName, String text)
  17. bei Alternet.Syntax.Parsers.TypeScript.TypeScriptParser.UpdateDocument(String text)
  18. bei Alternet.Syntax.Parsers.TypeScript.TypeScriptParser.UpdateDocument()
  19. bei Alternet.Syntax.Parsers.TypeScript.TypeScriptParser.<>c__DisplayClass34_0.<ParseSyntax>b__0()
  20. bei System.Threading.Tasks.Task.InnerInvoke()
  21. bei System.Threading.Tasks.Task.Execute()
  22. --- Ende der internen Ausnahmestapelüberwachung ---
  23. bei System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  24. bei System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  25. bei Alternet.Syntax.Parsers.TypeScript.TypeScriptParser.ReparseSyntax()
  26. bei Alternet.Syntax.Parsers.TypeScript.TypeScriptParser.ParseText(Int32 state, Int32 line, String str, StringItemInfo[]& colorData)
  27. bei Alternet.Editor.TextSource.TextSource.ParseText(Int32 state, IStringItem item, Int32 line, Boolean parseTextOnly)
  28. bei Alternet.Editor.TextSource.TextSource.ParseStrings(Int32 first, Int32 last)
  29. bei Alternet.Editor.TextSource.TextSource.ParseToString(Int32 index)
  30. bei Alternet.Editor.DisplayStrings.WrapLines(Int32 first, Int32 last, Int32 displayLine)
  31. bei Alternet.Editor.DisplayStrings.UpdateWordWrap(Int32 first, Int32 last)
  32. bei Alternet.Editor.DisplayStrings.UpdateWordWrap()
  33. bei Alternet.Editor.SyntaxEdit.UpdateWordWrap()
  34. bei Alternet.Editor.SyntaxEdit.DoFontChanged()
  35. bei Alternet.Editor.SyntaxEdit.OnSyntaxChanged()
  36. bei Alternet.Editor.SyntaxEdit.Notification(Object sender, EventArgs e)
  37. bei System.EventHandler.Invoke(Object sender, EventArgs e)
  38. bei Alternet.Editor.TextSource.TextSource.Notify(EventArgs e)
  39. bei Alternet.Editor.TextSource.TextSource.Update()
  40. bei Alternet.Editor.TextSource.TextSource.EndUpdate()
  41. bei Alternet.Editor.TextSource.TextSource.LexerChanged()
  42. bei Alternet.Editor.TextSource.TextSource.set_Lexer(ILexer value)
  43. bei Alternet.Editor.SyntaxEdit.set_Lexer(ILexer value)
  44. bei TypeScriptParser.Form1.Form1_Load(Object sender, EventArgs e)
  45. bei System.Windows.Forms.Form.OnLoad(EventArgs e)
  46. bei System.Windows.Forms.Form.OnCreateControl()
  47. bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  48. bei System.Windows.Forms.Control.CreateControl()
  49. bei System.Windows.Forms.Control.WmShowWindow(Message& m)
  50. bei System.Windows.Forms.Control.WndProc(Message& m)
  51. bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  52. bei System.Windows.Forms.Form.WmShowWindow(Message& m)
  53. bei System.Windows.Forms.Form.WndProc(Message& m)
  54. bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  55. bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  56. bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  57. ---> (Interne Ausnahme #0) System.TypeLoadException: Cannot load V8 interface assembly. Load failure information for ClearScriptV8-32.dll:
  58. P:\AlterNET_09192018\Demos\ClearScriptV8-32.dll: Die Datei oder Assembly "file:///P:\AlterNET_09192018\Demos\ClearScriptV8-32.dll" oder eine Abhängigkeit davon wurde nicht gefunden. Der Vorgang wird nicht unterstützt. (Ausnahme von HRESULT: 0x80131515)
  59. bei Microsoft.ClearScript.V8.V8Proxy.LoadAssembly()
  60. bei Microsoft.ClearScript.V8.V8Proxy.GetAssembly()
  61. bei Microsoft.ClearScript.V8.V8Proxy.GetImplType(Type type)
  62. bei Microsoft.ClearScript.V8.V8Proxy.CreateImpl[T](Object[] args)
  63. bei Microsoft.ClearScript.V8.V8IsolateProxy.Create(String name, V8RuntimeConstraints constraints, V8RuntimeFlags flags, Int32 debugPort)
  64. bei Microsoft.ClearScript.V8.V8Runtime..ctor(String name, V8RuntimeConstraints constraints, V8RuntimeFlags flags, Int32 debugPort)
  65. bei Microsoft.ClearScript.V8.V8ScriptEngine..ctor(V8Runtime runtime, String name, V8RuntimeConstraints constraints, V8ScriptEngineFlags flags, Int32 debugPort)
  66. bei Alternet.Syntax.Parsers.TypeScript.Native.V8Parser..ctor()
  67. bei Alternet.Syntax.Parsers.TypeScript.CodeCompletion.TypeScriptProject.get_Parser()
  68. bei Alternet.Syntax.Parsers.TypeScript.CodeCompletion.TypeScriptRepository.ReplaceDocument(String fileName, String text)
  69. bei Alternet.Syntax.Parsers.TypeScript.TypeScriptParser.UpdateDocument(String text)
  70. bei Alternet.Syntax.Parsers.TypeScript.TypeScriptParser.UpdateDocument()
  71. bei Alternet.Syntax.Parsers.TypeScript.TypeScriptParser.<>c__DisplayClass34_0.<ParseSyntax>b__0()
  72. bei System.Threading.Tasks.Task.InnerInvoke()
  73. bei System.Threading.Tasks.Task.Execute()<---
  74.  
  75.  
  76.  
  77. ************** Geladene Assemblys **************
  78. mscorlib
  79. Assembly-Version: 4.0.0.0.
  80. Win32-Version: 4.7.3163.0 built by: NET472REL1LAST_C.
  81. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll.
  82. ----------------------------------------
  83. TypeScriptParser
  84. Assembly-Version: 1.0.0.0.
  85. Win32-Version: 1.0.0.0.
  86. CodeBase: file:///P:/AlterNET_09192018/Demos/TypeScriptParser.exe.
  87. ----------------------------------------
  88. System.Windows.Forms
  89. Assembly-Version: 4.0.0.0.
  90. Win32-Version: 4.7.3056.0 built by: NET472REL1.
  91. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
  92. ----------------------------------------
  93. System
  94. Assembly-Version: 4.0.0.0.
  95. Win32-Version: 4.7.3151.0 built by: NET472REL1LAST_B.
  96. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.
  97. ----------------------------------------
  98. System.Drawing
  99. Assembly-Version: 4.0.0.0.
  100. Win32-Version: 4.7.3056.0 built by: NET472REL1.
  101. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
  102. ----------------------------------------
  103. Alternet.Editor.v3
  104. Assembly-Version: 3.2.0.0.
  105. Win32-Version: 3.2.0.0.
  106. CodeBase: file:///P:/AlterNET_09192018/Demos/Alternet.Editor.v3.DLL.
  107. ----------------------------------------
  108. Alternet.Common.v3
  109. Assembly-Version: 3.2.0.0.
  110. Win32-Version: 3.2.0.0.
  111. CodeBase: file:///P:/AlterNET_09192018/Demos/Alternet.Common.v3.DLL.
  112. ----------------------------------------
  113. Alternet.Syntax.v3
  114. Assembly-Version: 3.2.0.0.
  115. Win32-Version: 3.2.0.0.
  116. CodeBase: file:///P:/AlterNET_09192018/Demos/Alternet.Syntax.v3.DLL.
  117. ----------------------------------------
  118. System.Configuration
  119. Assembly-Version: 4.0.0.0.
  120. Win32-Version: 4.7.3056.0 built by: NET472REL1.
  121. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
  122. ----------------------------------------
  123. System.Core
  124. Assembly-Version: 4.0.0.0.
  125. Win32-Version: 4.7.3160.0 built by: NET472REL1LAST_C.
  126. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.
  127. ----------------------------------------
  128. System.Xml
  129. Assembly-Version: 4.0.0.0.
  130. Win32-Version: 4.7.3056.0 built by: NET472REL1.
  131. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
  132. ----------------------------------------
  133. Alternet.Syntax.Parsers.TypeScript.v3
  134. Assembly-Version: 3.2.0.0.
  135. Win32-Version: 3.2.0.0.
  136. CodeBase: file:///P:/AlterNET_09192018/Demos/Alternet.Syntax.Parsers.TypeScript.v3.DLL.
  137. ----------------------------------------
  138. ClearScript
  139. Assembly-Version: 5.5.2.0.
  140. Win32-Version: 5.5.2.0.
  141. CodeBase: file:///P:/AlterNET_09192018/Demos/ClearScript.DLL.
  142. ----------------------------------------
  143. Microsoft.CSharp
  144. Assembly-Version: 4.0.0.0.
  145. Win32-Version: 4.7.3056.0.
  146. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll.
  147. ----------------------------------------
  148. mscorlib.resources
  149. Assembly-Version: 4.0.0.0.
  150. Win32-Version: 4.7.3056.0 built by: NET472REL1.
  151. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.
  152. ----------------------------------------
  153. System.Windows.Forms.resources
  154. Assembly-Version: 4.0.0.0.
  155. Win32-Version: 4.7.3056.0 built by: NET472REL1.
  156. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
  157. ----------------------------------------
  158.  
  159. ************** JIT-Debuggen **************
  160. Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
  161. Konfigurationsdatei der Anwendung oder des Computers
  162. (machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
  163. Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
  164.  
  165. Zum Beispiel:
  166.  
  167. <configuration>
  168. <system.windows.forms jitDebugging="true" />
  169. </configuration>
  170.  
  171. Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
  172. Ausnahmen an den JIT-Debugger gesendet, der auf dem
  173. Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement