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