[Mono-bugs] [Bug 50355][Nor] New - system.web/assemblies/add/@assembly causes compilation error if Culture=neutral specified

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Oct 2003 11:48:17 -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 gkodinov@openlinksw.co.uk.

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

--- shadow/50355	2003-10-30 11:48:17.000000000 -0500
+++ shadow/50355.tmp.5793	2003-10-30 11:48:17.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 50355
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: RedHat 9
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gkodinov@openlinksw.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: tim.haynes@openlinksw.co.uk,ztashev@openlinksw.co.uk
+Summary: system.web/assemblies/add/@assembly causes compilation error if Culture=neutral specified
+
+Hi,
+
+Take a look at the attached project. Start the xsp on it and running gogo.aspx.
+You'll get :
+Compilation Error
+Description: Error compiling a resource required to service this request.
+Review your source file and modify it to fix this error.
+
+Error message: (0,0) : error CS0006: Cannot find assembly `test'
+(0,0) : error :
+(0,0) : error CS0006: Cannot find assembly ` Culture=neutral.dll'
+(0,0) : error :
+(0,0) : error failed: 2 error(s), 0 warnings
+
+File name: /home/kgeorge/mono/xsp/gogo/gogo.aspx
+
+If I remove the ", Culture=neutral" from the name it's all OK.
+
+According to
+(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfaddelementforassemblies.asp)
+this takes optional : Version=... , Culture=... , PublicKeyToken=... .