How do i add and remove assembly from GAC?
Loading
How do i add and remove assembly from GAC?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ganesan CPosted Sep 30, 2021, 12:05 PM
To remove the dll from GAC,
Syntax:
gacutil -u
Example:
gacutil -u hello.dll
Ganesan CPosted Sep 30, 2021, 12:04 PM
.NET Global Assembly Cache utility (gacutil.exe) tool is used add dll into GAC.
Syntax:
gacutil -i
Example:
gacutil -i hello.dll
Rijwan AnsariPosted Sep 29, 2021, 11:55 AM
Shweta LodhaPosted Sep 28, 2021, 6:25 PM
Sagar LadPosted Sep 28, 2021, 2:56 PM
Sachin SinghPosted Sep 27, 2021, 2:50 AM
Rajanikant HawaldarPosted Sep 26, 2021, 4:31 PM
Jignesh KumarPosted Sep 26, 2021, 7:51 AM