[Mono-bugs] [Bug 50355][Nor] Changed - system.web/assemblies/add/@assembly causes compilation error if Culture=neutral specified
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Nov 2003 06:03:55 -0500 (EST)
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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50355
--- shadow/50355 2003-11-10 05:20:01.000000000 -0500
+++ shadow/50355.tmp.19817 2003-11-20 06:03:55.000000000 -0500
@@ -66,6 +66,10 @@
minutes ago and it still returns :
Error message: (0,0) : error CS0006: Cannot find assembly `test'
Now it doesn't complain about "Culture=neutral", but it still doesn't
find the assembly, whereas if I remove the ", Culture=neutral" part it
works.
+
+------- Additional Comments From jackson@ximian.com 2003-11-20 06:03 -------
+This test now works with current CVS. I am leaving the bug open
+because the fix is not a complete solution.