about adding a assembly dll to the GAC

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

If I can add an assembly dll to the GAC by using gacutil -i
assembly-dll-file
is it then as an alternative possible to drag the assembly dll file to the
GAC folder ?

//Tony
 
Hello!

If I can add an assembly dll to the GAC by using gacutil -i
assembly-dll-file
is it then as an alternative possible to drag the assembly dll file to the
GAC folder ?

//Tony

As far as I know both serve the same purpose.

-Cnu
 
Duggi said:
As far as I know both serve the same purpose.

-Cnu
Yes, both do the same thing programmatically. Note though that dragging an
assembly to the assembly folder DOES NOT call gacutil. Instead, they both
call the appropriate underlying programming interfaces...

HTH,
Mythran
 
Back
Top