I am working on an application that uses a plug-in architecture to expand it\'s functionality. What is the best way to load WPF UIs from a plug-in?
I will have a li
It sounds like what you are looking for has already been accomplished with Prism. You define regions and then modules get loaded at runtime that may or may not have views for those regions. This works if all your applications are built against the modularity concepts derived from Prism. There are others out there, but Prism has this taken care of pretty extensively.