TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
GAC UnInstallation at Runtime
Karthikeyan Anbarasan
Apr 02, 2011
3.3
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
This blog shows on how to do a GAC UnInstallation at Runtime.
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
Next Recommended Reading
Add New textbox At Runtime & Access That Textbox Value