0

Possible Duplicate:
Load Assembly at runtime and create class instance

I want to load a dll dyanmically in my c#.net project. I dont know how to do it. and what are the benefits I can get by dynamically loading a dll.

EDIT:

See Comments

Community
  • 1
  • 1
Vaibhav Jain
  • 32,717
  • 43
  • 105
  • 161
  • Please provide more details. Is there a specific problem you are trying to solve? What kind of dll are you trying to load? – Igor Zevaka Jul 14 '10 at 04:41
  • I want to make my project on plugin architecture. I want certain functionality only if a particular dll is present. But If it is not there my project should run (without that functionality). – Vaibhav Jain Jul 14 '10 at 04:44
  • See [Load Assembly at runtime and create class instance](http://stackoverflow.com/questions/1803540/load-assembly-at-runtime-and-create-class-instance) and [ C# Load assemblies at runtime ](http://stackoverflow.com/questions/465488/c-load-assemblies-at-runtime). – Matthew Flaschen Jul 14 '10 at 04:44

0 Answers0