Hello gan_s,
After I import IModuleManager, do I use something similar to the following code to load the module on demand?
ModuleManager.LoadModule("SharedFormsModule" );
ModuleManager.LoadModuleCompleted += (s, ev) =>
{...
};
I'll give this a try to see if I can work through the process.
Thanks, Warren