Thanks to Nick's excellent article I can use a custom content reader/writer to load class types at run-time successfully.However, where I am now getting stuck is where the class being imported has other user-defined classes within it, or indeed Lists of user-defined classes.E.g. Public ClassA{ public int Foo; public List<ClassB> ...