-1
可能重複:
How to reproducably cause/provoke a ReflectionTypeLoadException?獲取類型的彙編:ReflectionTypeLoad異常
我想獲得的所有類型的加載assembly.code片斷如下
Assembly assemblyObj = Assembly.LoadFile(@"D:\abc\abc.dll");
IList<Type> types = assemblyObj.GetTypes();
當我運行即時通訊獲取ReflectionTypeLoadException.What是代碼中的錯誤。