hi.
i followed following article to load modules dynamically in my SCSF application.i am facing one problem now
http://aspadvice.com/blogs/krishna_kishore/pages/Dynamically-Loading-Modules-in-SCSF.aspx
how can i get the reference of ModuleController's object.. so that i can pass this class to other internal classes of that module. I can not get the reference of ModuleController using static method.