Dynamcially including DLL Libraries
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a simple CMS system whose admin interface is run through a single DLL which controls everything for managing the CMS data. Using VB to code it all. What I was interested in knowing is if secondary DLL can be dynamically included. How I wanted to do this is have the main DLL check for the existance of a DLL in the BIN directory and if it does exist the add "bolt-on" functionality to the admin interface. TIA John Cogan