C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
GAC UnInstallation at Runtime
WhatsApp
Karthikeyan Anbarasan
14y
3.4
k
0
0
25
Blog
This blog shows on how to do a GAC UnInstallation at Runtime
Public Sub GacRemove(ByVal AssemblyPath As String)
Dim instance2 As
System
.EnterpriseServices.Internal.Publish
instance2 = New System.EnterpriseServices.Internal.Publish
instance2.GacRemove(AssemblyPath)
End Sub
strQuerystring = "Specify full path of dll"
GacInstall(strQuerystring)
GAC UnInstallation at Runtime
Recommended related topics
Membership not found