[Mono-bugs] [Bug 347193] New: Runtime should not try to load satellite assembly from appdomain basedirectory

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Dec 9 15:24:57 EST 2007


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


           Summary: Runtime should not try to load satellite assembly from
                    appdomain basedirectory
           Product: Mono: Runtime
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at ximian.com
          Found By: ---


The runtime should not attempt to load a satellite assembly (assembly with
non-invariant culture) from the base directory of the appdomain.

It should of course continue to scan <basedirectory>/<culture>, ....

To reproduce:
1. extract the attached gzipped tar archive.
2. run 'make'

Expected result:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'Lang, Version=1.0.0.0, Culture=en-US,
PublicKeyToken=8dcf90ebde298dcd' or one of its dependencies. The system cannot
find the file specified.
File name: 'Lang, Version=1.0.0.0, Culture=en-US,
PublicKeyToken=8dcf90ebde298dc
d'
   at Program.Main()

Actual result:

Should have failed to load: Lang, Version=1.0.0.0, Culture=en-US,
PublicKeyToken
=8dcf90ebde298dcd
make: *** [all] Error 1


-- 
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