Skip to content

Instantly share code, notes, and snippets.

@karoltheguy
Created July 5, 2019 15:36
Show Gist options
  • Select an option

  • Save karoltheguy/b2e73f59d3e5720e08607a3f9dc3386d to your computer and use it in GitHub Desktop.

Select an option

Save karoltheguy/b2e73f59d3e5720e08607a3f9dc3386d to your computer and use it in GitHub Desktop.
Register to GAC
string path = @"full path of dll";
Publish obj = new Publish();
obj.GacInstall(path);
@karoltheguy
Copy link
Author

External Reference: System.EnterpriseServices.dll
Namespace Import: System.EnterpriseServices.Internal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment