[Mono-bugs] [Bug 77455][Nor] New - error CS0654 not caught in mcs

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 2 20:02:17 EST 2006


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 wberrier at novell.com.

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

--- shadow/77455	2006-02-02 20:02:17.000000000 -0500
+++ shadow/77455.tmp.26554	2006-02-02 20:02:17.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 77455
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: wberrier at novell.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: error CS0654 not caught in mcs
+
+Compile the samples for gnome-vfs-sharp with mssdk outputs the following
+errors:
+
+
+/cygdrive/c/WINDOWS/MICROS~1.NET/FRAMEW~1/V11~1.432/csc.exe
+/out:TestVolumes.exe /r:../../glib/glib-sharp.dll
+/r:../../gnomevfs/gnome-vfs-sharp.dll /r:./Mono.GetOptions.dll ./TestVolumes.cs
+Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
+for Microsoft (R) .NET Framework version 1.1.4322
+Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
+
+TestVolumes.cs(11,30): error CS0654: Method
+'TestGnomeVfs.TestVolumes.OnDriveConnected(object,
+Gnome.Vfs.DriveConnectedArgs)' referenced without parentheses
+TestVolumes.cs(12,33): error CS0654: Method
+'TestGnomeVfs.TestVolumes.OnDriveDisconnected(object,
+Gnome.Vfs.DriveDisconnectedArgs)' referenced without parentheses
+TestVolumes.cs(13,29): error CS0654: Method
+'TestGnomeVfs.TestVolumes.OnVolumeMounted(object,
+Gnome.Vfs.VolumeMountedArgs)' referenced without parentheses
+TestVolumes.cs(14,31): error CS0654: Method
+'TestGnomeVfs.TestVolumes.OnVolumeUnmounted(object,
+Gnome.Vfs.VolumeUnmountedArgs)' referenced without parentheses
+make: *** [TestVolumes.exe] Error 1
+
+I'll attach the source file as well, even though this file is in gtk-sharp.


More information about the mono-bugs mailing list