[Mono-bugs] [Bug 433952] Error VBNC99999: No non-narrowing (except object) for Thread. Sleep(double)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 9 11:55:23 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=433952
User rkvinge at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=433952#c1
Rolf Bjarne Kvinge <rkvinge at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Priority|P5 - None |P3 - Medium
--- Comment #1 from Rolf Bjarne Kvinge <rkvinge at novell.com> 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.
More information about the mono-bugs
mailing list