https://bugzilla.novell.com/show_bug.cgi?id=433952
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=433952#c1 Rolf Bjarne Kvinge <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P5 - None |P3 - Medium --- Comment #1 from Rolf Bjarne Kvinge <[EMAIL PROTECTED]> 2008-10-09 09:55:23 MDT --- Confirmed. Looks like it can't choose between the Int32 and TimeSpan overloads. A workaround is to give the correct argument type like this: Thread.Sleep (CInt (d)) -- Configure bugmail: https://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
