Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82832 --- shadow/82832 2007-09-12 17:42:03.000000000 -0400 +++ shadow/82832.tmp.1110 2007-09-12 17:42:03.000000000 -0400 @@ -0,0 +1,42 @@ +Bug#: 82832 +Product: Mono: Class Libraries +Version: 1.2 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: instance method AssemblyBuilder.DefineVersionInfoResource(string, string, string, string, string) throws NullReferenceException if last argument is null + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +instance method AssemblyBuilder.DefineVersionInfoResource(string, string, +string, string, string) throws NullReferenceException if last argument is +null. Only the last argument was tested, the problem may affect proper +handling of other arguments as well. + +Steps to reproduce the problem: +1. Call instance method DefineVersionInfoResource("Tenka Text", "0.2.0", +"Tenka Solutions", "Copyright Cetin Sert 2006-2007", null) on an +AssemblyBuilder instance. + +Actual Results: +null reference exception + +Expected Results: +mscorlib handles this properly + +How often does this happen? +always + +Additional Information: +http://tenkatext.svn.sourceforge.net/viewvc/tenkatext/trunk/Tenka.Text/Tenka.Text/Segmentation/SegmenterBuilder.cs?revision=328&view=markup#l_2131 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
