O.P. .net plugins, not as com, but as .net
Hi,
.Net plugins are now treated as COM plugins, which is a shame. .Net assemblies can be dynamicly loaded at runtime.
The way COM registrated the DLL's in the registry is clumsly, and very awkuard, AND most importantly, it is an overhead for .net to be treated as COM!
It would be fairly easy to create a .net dll, supporting COM which than contains a function to load a .net assembly and pass it to msgplus so that .net plugins can be loaded froma folder.
|