Assembly.LoadFrom(path)

  • Thread starter Thread starter cristiank
  • Start date Start date
C

cristiank

Hi,
I want to ask all of you if anyone knows how I can use
Assembly.LoadFrom(dllFullPath) with different dlls?
After it runs for two times, the third time it will give exception, saying
that the assembly is already loaded.

thanks in advance!
 
Back
Top