Link to home
Start Free TrialLog in
Avatar of brgdotnet
brgdotnetFlag for United States of America

asked on

How to use gacutil.exe

If I have a dll named Joes.dll and I want to install it into the gac, would the following command work: gacutil.exe /i Joes.dll

Or, would i need to specify the path where Joes.dll is located?

I read the documentation on using gacutil.exe and I am confused. So i need some help by and expert.

ASKER CERTIFIED SOLUTION
Avatar of habeeballah
habeeballah
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brgdotnet

ASKER

Thank you experts
You are most welcome brgdotnet!.
For documentation you can say

gacutil/?

at the command prompt. or as usual you can google to get more details on it.