Created
July 5, 2019 15:36
-
-
Save karoltheguy/b2e73f59d3e5720e08607a3f9dc3386d to your computer and use it in GitHub Desktop.
Register to GAC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| string path = @"full path of dll"; | |
| Publish obj = new Publish(); | |
| obj.GacInstall(path); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
External Reference: System.EnterpriseServices.dll
Namespace Import: System.EnterpriseServices.Internal