[Mono-bugs] [Bug 57710][Nor] New - Mono can't locate assemblies in culture and assembly subdirectories

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 27 Apr 2004 06:57:53 -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 lluis@ximian.com.

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

--- shadow/57710	2004-04-27 06:57:53.000000000 -0400
+++ shadow/57710.tmp.17036	2004-04-27 06:57:53.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 57710
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lluis@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono can't locate assemblies in culture and assembly subdirectories
+
+According to the documentation, the runtime should try lo locate the
+referenced assemblies in the following directories:
+
+[application base] / [assembly name].dll
+[application base] / [assembly name] / [assembly name].dll
+
+If culture information is specified for the referenced assembly, only the
+following directories should probed:
+
+[application base] / [culture] / [assembly name].dll
+[application base] / [culture] / [assembly name] / [assembly name].dll
+
+The Mono runtime can't locate assemblies placed in the [assembly name] or
+[culture] subdirectory.