Dynamically load add-ins

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am building an application that will have modules like add-ins that can be
added post deployment. I saw the visual studio add-ins and their examples.
What I am unsure about how visual studio knows how to add these objects. The
application is database driven and I thought I could use it to store the dll
names and location and a boolean to tell if the add-in is available, but how
can I do the implementation in the original app if I dont know the object
ahead of time. Won't I get a compile time error. I am think that I am
pretty lost in this area. Any help or ideas are welcome.
 
Back
Top