[Mono-bugs] [Bug 74518][Blo] New - Error in line 0.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 12:03:06 -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.31968 2005-04-08 12:03:06.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 74518
+Product: Mono: Compilers
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: llpamies@tinet.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Error in line 0.
+
+I have this code on my file:
+
+ //Calcula distància entre centre de la foto i centre segment
+ double a = ((d/2)+foto_esq.x)-(amplada/2);
+
+With this two line MCS return me:
+Line=150, Column=-1, Type=Error, Description=Parsing error(CS8025)
+Where line 150 is the second code line. I'm sure that aren't any Parse error.
+
+Then if I delete the comment line (don't touch anyting):
+ double a = ((d/2)+foto_esq.x)-(amplada/2);
+
+MCS return me:
+Line=-1, Column=-1, Type=Error, Description=Expression denotes a `value'
+where a `method group' was expected(CS0119)
+
+------------------------------------
+
+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.