I'm reading information from an XML which contains the type of an object that I need to instantiate along with it's constructor parameters.
The object type is actually in another project, within a sibling namespace. (I need to create a Company.Project2.Type within Company.Project1 class.)
I found this question, but it doesn't handle the constructor parameters or the fact that it's in another namespace.
How can I do this?
Edit: The assembly name and default namespace wasn't set correctly in the project properties.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…