1.

What Is An Assembly Qualified Name

Answer»

An ASSEMBLY qualified NAME isn't the filename of the assembly; it's the internal name of the assembly COMBINED with the assembly version, culture, and PUBLIC key, thus making it unique.

EXAMPLE:

(""System .Xml .Xml Document, System .Xml, Version =1.0.3300.0, Culture =neutral, PublicKey Token = b77 a5c561934 e089"")

An assembly qualified name isn't the filename of the assembly; it's the internal name of the assembly combined with the assembly version, culture, and public key, thus making it unique.

Example:

(""System .Xml .Xml Document, System .Xml, Version =1.0.3300.0, Culture =neutral, PublicKey Token = b77 a5c561934 e089"")



Discussion

No Comment Found