Hi guys,
I've got an idea but I'm struggling to understand perhaps how one would go about implementing a solution.
Basucally I've got a .NET or more so C# UI that loads plugins using reflection. this all works fine but now I'm wondering if its possible to load the C# project and have UI's that are also plugins. This way I can lanuched either a windows UI or a ASP page depending which DLL is loaded.
Is this possoble?
J.