[Mono-bugs] [Bug 502971] New: VBNC99999 when calling methods on multidimensional errors

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 12 03:24:22 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=502971


           Summary: VBNC99999 when calling methods on multidimensional
                    errors
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: ASSIGNED
          Severity: Normal
          Priority: P5 - None
         Component: Basic
        AssignedTo: rkvinge at novell.com
        ReportedBy: rkvinge at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Repro:

class C
    Private actual(9, 9) As Integer
    shared sub main ()
        dim s as string = actual (1, 1).tostring ()
    end sub
end class


rewriting to this:
        dim s as string = cint (actual (1, 1)).tostring ()

works around it.

> vbnc repro.vb 
Visual Basic.Net Compiler version 0.0.0.5915 (Mono 2.3 - r117246)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.

repro.vb (4,30) : Error VBNC99997: You've encountered something in the compiler
which is not implemented. Please file a bug (see instructions here:
http://mono-project.com/Bugs)

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list