What attribute sets "global assembly name" in GAC?

J

Jay

I'm installing one of my dlls to the GAC but no matter what attribute I try,
the name that shows up in explorer under global assembly name is always just
the name of my assembly file. Is there a way to use a short filename but
have the fully-qualified assembly name show up in the gac?
 
C

Carlos J. Quintero [VB MVP]

Hi Jay,

The Assembly Name column shows the file name of the assembly, without the
".dll" extension. I mean, there is really a file named
System.Windows.Forms.dll !

BTW, a fully qualified name is not only "System.Windows.Forms", the fully
qualified name includes the version, culture and public key token.
--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top