http://bugzilla.novell.com/show_bug.cgi?id=581808
http://bugzilla.novell.com/show_bug.cgi?id=581808#c0 Summary: error CS1501: No overload for method `Add' takes `3' arguments Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: 64bit OS/Version: RHEL 5 Status: NEW Severity: Critical Priority: P5 - None Component: CORLIB AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0) With Build from Feb19/2010 Im now getting the following error: Server/DomainModel/DataContainers/DataStoreArrLocal.cs(75,10): error CS1501: No overload for method `Add' takes `3' arguments Compilation failed: 3 error(s), 0 warnings this is the call its having a problem with: Add(ref m_data, new T[arrSize], 1); this is the add declaration: private static void Add(ref T[][] arr, T[] val, int numBlocks) m_data is defined as: private T[][] m_data; Given this information it shouldnt have a problem finding the add method. It used to work in mono 2.4 but as for 2.6 it stopped working. Im not sure where in 2.6 it stopped working given that a lot of things got broken in 2.6 Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
