about adding a assembly dll to the GAC

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
 
D

Duggi

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
 
M

Mythran

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
 

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

Similar Threads


Top