1
Answer

Can I load a assembly in GAC? (I want to get types in the assembly)

feng

feng

16y
3.5k
1

Assembly.loadfrom() cannot  load assembly from GAC, even I put my sample.dll directly into GAC.

Any light?

Thanks

 

Answers (1)
0
Bechir Bejaoui

Bechir Bejaoui

NA 20.1k 5.3m 16y

Check whether you are loading the same assembly twice within you application