[Mono-bugs] [Bug 74518][Blo] Changed - Error in line 0.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 12:18:28 -0400 (EDT)


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 llpamies@tinet.org.

http://bugzilla.ximian.com/show_bug.cgi?id=74518

--- shadow/74518	2005-04-08 12:03:06.000000000 -0400
+++ shadow/74518.tmp.32203	2005-04-08 12:18:28.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74518
 Product: Mono: Compilers
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: llpamies@tinet.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,17 @@
 
 This error don't appear frequently, but I can't develop more.
 I got this bug some times, and I solved it changing the source structure.
 
 
 Thanks, and luck.
+
+------- Additional Comments From llpamies@tinet.org  2005-04-08 12:18 -------
+I found the problem.
+
+In the last code line I had:
+     Math.PI();
+Insted of:
+     Math.PI;
+
+
+But why the mcs give me the error in line 0 ???