[Mono-bugs] [Bug 500005] New: using DrawString results in an "No non-narrowing (except object)" error
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri May 1 04:44:55 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=500005
Summary: using DrawString results in an "No non-narrowing
(except object)" error
Classification: Mono
Product: Mono: Compilers
Version: 2.4.x
Platform: i586
OS/Version: Ubuntu
Status: NEW
Severity: Major
Priority: P5 - None
Component: Basic
AssignedTo: rkvinge at novell.com
ReportedBy: mikeheide at web.de
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.10)
Gecko/2009042316 Firefox/3.0.10
All lines in my project that uses DrawString in the following way
e.Graphics.DrawString("B", New Font("Tahoma", 12, FontStyle.Bold), Brushes.Red,
New Rectangle(intBreit, intStartY - 2, e.ClipRectangle.Right - 10,
e.ClipRectangle.Bottom - 10))
rises the Error VBNC99999: No non-narrowing (except object)
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.
More information about the mono-bugs
mailing list