fork download
  1. Option Explicit On
  2. Option Strict On
  3. REM Option Infer Off
  4. Option Compare Binary
  5.  
  6. Public Class Test
  7. Public Shared Sub Main()
  8. Dim Doc As System.Xml.Linq.XElement = <PERSONS>></PERSONS>
  9. End Sub
  10. End Class
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/zz8mtr/<MyGenerator> (1,1) : Error VBNC99999: Unexpected error: Object reference not set to an instance of an object
  at vbnc.BinaryExpression.ResolveTypeReferences () [0x00002] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Expressions/BinaryExpressions/BinaryExpression.vb:54 
  at vbnc.BinaryExpression.ResolveTypeReferences () [0x00002] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Expressions/BinaryExpressions/BinaryExpression.vb:54 
  at vbnc.BinaryExpression.ResolveTypeReferences () [0x00002] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Expressions/BinaryExpressions/BinaryExpression.vb:54 
  at vbnc.VariableInitializer.ResolveTypeReferences () [0x00000] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Members/VariableInitializer.vb:37 
  at vbnc.VariableDeclaration.ResolveTypeReferences () [0x0003c] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Members/VariableDeclaration.vb:213 
  at vbnc.CodeBlock.ResolveTypeReferences () [0x0001e] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Code/CodeBlock.vb:577 
  at vbnc.MethodBaseDeclaration.ResolveTypeReferences () [0x00081] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/General/MethodBaseDeclaration.vb:189 
  at vbnc.MethodDeclaration.ResolveTypeReferences () [0x00002] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Members/MethodDeclaration.vb:69 
  at vbnc.SubDeclaration.ResolveTypeReferences () [0x00036] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Members/SubDeclaration.vb:112 
  at vbnc.AssemblyDeclaration.ResolveTypeReferences (vbnc.TypeDeclaration Type) [0x00088] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:311 
  at vbnc.AssemblyDeclaration.ResolveTypeReferences () [0x0002a] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:288 
  at vbnc.Compiler.Compile_Resolve () [0x00100] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/General/Compiler.vb:413 
  at vbnc.Compiler.Compile () [0x0028a] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/General/Compiler.vb:561 
Compilation took 00:00:00.6522130
stdout
Standard output is empty