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

Reply via email to