tags:

views:

150

answers:

0

I have an online-only clickonce application that optionally runs several difference modules. Currently all of those modules are deployed as part of a single application manifest.

I would like to deploy the plug-in module dll each as a seperate application manifest. Then load each module only as needed from the main application. Is this possible? Is so, how is it done?

Thanks, Jim