I have a method where I need to resolve the Type of a class. This class exists in another assembly with the namespace similar to:
MyProject.Domain.Model
First load the assembly and then the type. ex: Assembly DLL = Assembly.LoadFile(PATH); DLL.GetType(typeName);