G
Guest
Currently im using Type.GetType("namespace.myType") to get the type for the classes, but i want to store the types in a class library insted, however when i do this it will nolonger return a type, the class libary is referenced in the project and i can create any of the types from it... but not using Type.GetType, i am puting the correct string in as i have even taken it from an objects.GetType().Fullname field and it still has not worked...
is there a way of doing this?
is there a way of doing this?