Avoid giving namespace name in Type.GetType()
I’ve used a helper method that searches all loaded Assemblys for a Type matching the specified name. Even though in my code only one Type result was expected it supports multiple. I verify that only one result is returned every time I used it and suggest you do the same. /// <summary> /// Gets a … Read more