[Mono-bugs] [Bug 76939][Wis] New - ".Net" reference not found in System assembly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 7 16:50:56 EST 2005


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 aksansai at gmail.com.

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

--- shadow/76939	2005-12-07 16:50:56.000000000 -0500
+++ shadow/76939.tmp.26744	2005-12-07 16:50:56.000000000 -0500
@@ -0,0 +1,55 @@
+Bug#: 76939
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: Gentoo Linux 2005.1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: aksansai at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ".Net" reference not found in System assembly
+
+Description of Problem:
+
+I've upgraded from Mono 1.1.6 (??) to 1.1.10 and as a result, have been
+unable to compile a C# application I've written.  I am using MonoDevelop as
+my IDE and here are the results of a build attempt:
+
+Building Solution SOAT
+
+Building Project: SOAT Configuration: Debug
+Performing main compilation...
+Compilation failed: 5 error(s), 0 warnings
+
+/root/Projects/SOAT/Background.cs(2,7): error CS0234: The type or namespace
+name `Net' does not exist in the namespace `System'. Are you missing an
+assembly reference?
+/root/Projects/SOAT/Background.cs(2,1): error CS0246: The type or namespace
+name `System.Net' could not be found. Are you missing a using directive or
+an assembly reference?
+/root/Projects/SOAT/Background.cs(3,7): error CS0234: The type or namespace
+name `Net' does not exist in the namespace `System'. Are you missing an
+assembly reference?
+error CS0234: No such name or typespace System.Net
+/root/Projects/SOAT/Background.cs(3,1): error CS0246: The type or namespace
+name `System.Net.Sockets' could not be found. Are you missing a using
+directive or an assembly reference?
+
+
+Build complete -- 5 errors, 0 warnings
+
+---------------------- Done ----------------------
+
+Build: 5 errors, 0 warnings.
+
+I have never had a problem with "Net" not existing in the System namespace
+before (it is not a separate assembly).  gacutil shows System properly
+installed.  Is there some magic that I have to perform to get System.Net to
+properly be revealed?


More information about the mono-bugs mailing list