[Mono-bugs] [Bug 345627] New: Satellite resource assemblies not loaded from the main assembly directory

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 3 13:03:10 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=345627

           Summary: Satellite resource assemblies not loaded from the main
                    assembly directory
           Product: Mono: Runtime
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: lluis at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


When an assembly is loaded with Assembly.LoadFrom, MS.NET looks for satellite
assemblies in the subdirectories of the assembly and in the subdirectories of
the main application assembly. Mono only looks in the subdirectories of the
main application assembly.

The test MonoDevelop project I'm going to attach builds a library with
localized resources and an app which loads the library with Assembly.LoadFrom.
The application should print an string in English and Catalan. In Mono it is
not getting the localized Catalan string because MD generates the satellite
assembly in the library output directory. In MS.NET it works fine. If the 'ca'
folder is moved to the main app output directory, it also works in Mono.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list