[Mono-bugs] [Bug 571590] New: Assembly load failure with version differences in references
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jan 18 06:57:56 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=571590
http://bugzilla.novell.com/show_bug.cgi?id=571590#c0
Summary: Assembly load failure with version differences in
references
Classification: Mono
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: rkvinge at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
The following assembly layout results in an assembly load failure:
a/a.dll (assembly version 1.2.1.1)
b.dll (referencing a.dll with an assembly version of 1.1.1.1)
c.dll (referencing a.dll with an assembly version of 1.2.1.1)
now building a forth assembly referencing both b.dll and c.dll complains that
it can't find a.dll (version 1.1.1.1)
Note that placing a.dll in the same directory as b.dll and c.dll works.
--
Configure bugmail: http://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