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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to