C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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 Installation at Runtime
WhatsApp
Karthikeyan Anbarasan
14y
2.8
k
0
0
25
Blog
This blog shows on how to do a GAC Installation at Runtime
Public Sub GacInstall(ByVal AssemblyPath As String)
Dim instance As
System
.EnterpriseServices.Internal.Publish
instance = New System.EnterpriseServices.Internal.Publish
instance.GacInstall(AssemblyPath)
End Sub
strQuerystring = "Specify full path of dll"
GacInstall(strQuerystring)
People also reading
Membership not found