Re: Referencing a Strong-Named Assembly

From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 09/15/04

  • Next message: Dominick Baier: "ASP.NET Identity to COM+..."
    Date: Tue, 14 Sep 2004 21:59:47 -0500
    
    

    It means if you have a strong named assembly, it can't reference types in an
    assembly that isn't strong named. Thus, if AssemblyA is strong named, it
    can't reference AssemblyB.ClassX if AssemblyB isn't strong named. The other
    way around obviously works fine.

    Joe K.

    "Buzz Bot" <BuzzBot@discussions.microsoft.com> wrote in message
    news:0F9F532F-FEF8-4577-B437-267865D8A5BE@microsoft.com...
    > The .Net Framework Developer's Guide states "All assemblies that reference
    > types in a strong-named assembly must also have a strong name.". What
    > does
    > this mean? I have "referenced" strong-named assemblies from assemblies
    > that
    > are not strong-named many times without problems. What is meant by this
    > statement? Can you give an example of this restriction?


  • Next message: Dominick Baier: "ASP.NET Identity to COM+..."
    Loading