I am having trouble with GetTypes. I can load an assembly using
Assembly.LoadFrom("D:\Test\MyAssembly.dll") but when I call GetTypes I
am receiving the following error: {"Could not load file or assembly
'SomeAssembly.Interfaces, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies. The system cannot
find the file specified.":"SomeAssembly.Interfaces, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null"}. This is one of the many
dependant assemblies within the main assembly I loaded above. If
anyone can help explain this error is would be appreciated.