J
Jethro
Hi all,
I have a solution, which contains several projects. Each project occupies
the same namespace, and compiles to s different .NET DLL
e.g.
MyNamespace.ThisClass is in one DLL
MyNamespace.ThatClass is in another DLL
I wish for a .NET EXE to be able to dynamically create an instance of either
on of the classes, given the classes name as a string.
I have tried using System.Reflection.Assembly calls, but watching in debug,
the Load call fails.
What would the mechanism be for doing this ?
thanks in advance.
I have a solution, which contains several projects. Each project occupies
the same namespace, and compiles to s different .NET DLL
e.g.
MyNamespace.ThisClass is in one DLL
MyNamespace.ThatClass is in another DLL
I wish for a .NET EXE to be able to dynamically create an instance of either
on of the classes, given the classes name as a string.
I have tried using System.Reflection.Assembly calls, but watching in debug,
the Load call fails.
What would the mechanism be for doing this ?
thanks in advance.