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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to