March 15, 2012
ReflectionTypeLoadException : Could not load file or assembly ‘[DLL Name]’ or one of its dependencies
Getting a Reflection Type Load Exception, and confused by the message or simply can’t figure out what the issue is? As Microsoft defines the exception as, “The exception that is thrown by the Module.GetTypes method if any of the classes in a module cannot be loaded…” which is pretty broad. After debugging a few different types of this exception, I’d thought I’d...