[Mono-bugs] [Bug 75127][Wis] Changed - Mono is case sensitive to load assembly while MS isn't

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 2 20:56:21 EDT 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 sebastien at ximian.com.

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

--- shadow/75127	2005-06-02 17:28:53.000000000 -0400
+++ shadow/75127.tmp.17162	2005-06-02 20:56:21.000000000 -0400
@@ -3,21 +3,21 @@
 Version: 1.1
 OS: SLES 9
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Major
-Component: io-layer
+Priority: Wishlist
+Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: matt.hargett at logiclibrary.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mono can't find a referenced assembly located in cwd and MONO_PATH
+Summary: Mono is case sensitive to load assembly while MS isn't
 
 Description of Problem:
 Trying to run FxCop 1.312 under mono doesn't work. It can't find
 Microsoft.Cci.dll, which is in the same directory and the binary. Adding
 the directory to MONO_PATH and/or making it the only directory in MONO_PATH
 doesn't change the behaviour.
@@ -84,6 +84,18 @@
 
 ------- Additional Comments From matt.hargett at logiclibrary.com  2005-06-02 17:28 -------
 That fixed that problem, thanks! It would be nice to just be able to
 copy the binaries as-is and have them work with mono, though. Any
 chance that a case-insensitive search can be done for the file
 extension in these cases?
+
+------- Additional Comments From sebastien at ximian.com  2005-06-02 20:56 -------
+The filesystem could have multiple different files named a.DLL, a.Dll,
+a.dLL, a.dll and so on (not that it really make sense for assemblies
+but...).
+
+It could be possible, if the perfect match doesn't exists, to look for
+alternatives - but that introduce many potential problems (e.g. the
+load order versus case sensitivity).
+
+Anyway I'm changing name, priorities... for this bug to get other
+people opitions on the matter.


More information about the mono-bugs mailing list