[Mono-bugs] [Bug 41590][Nor] New - Don't see "A" namespace in "A.B" namespace definition.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 19 Apr 2003 05:23:24 -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 yoros@wanadoo.es.
http://bugzilla.ximian.com/show_bug.cgi?id=41590
--- shadow/41590 Sat Apr 19 05:23:24 2003
+++ shadow/41590.tmp.27429 Sat Apr 19 05:23:24 2003
@@ -0,0 +1,34 @@
+Bug#: 41590
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yoros@wanadoo.es
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Don't see "A" namespace in "A.B" namespace definition.
+
+Description of Problem:
+ When it is defined A.B namespace, "using A;" fails. I think that it
+doesn't see A namespace when "namespace A.B {" is seen.
+
+Actual Results:
+ error CS0246: The namespace `A' can not be found (missing assembly
+reference?)
+
+Expected Results:
+ Compilation succeeded
+
+How often does this happen?
+ Always
+
+Additional Information:
+ I think that this bug could be related to #36316.