Skip to content

Instantly share code, notes, and snippets.

@chuongmep
Created October 23, 2020 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuongmep/88c73f42eda1c2bad2add43fc618447b to your computer and use it in GitHub Desktop.
Save chuongmep/88c73f42eda1c2bad2add43fc618447b to your computer and use it in GitHub Desktop.
void LoadAssambly()
{
try
{
Assembly SampleAssembly =
Assembly.Load("EPPlus, Version=5.4.0.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1");
}
catch (Exception e)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment