[Mono-list] Help with the status page.

Miguel de Icaza miguel@ximian.com
11 Apr 2002 01:25:33 -0400


The recent changes in System.dll break the status page generation:

../../../mcs/tools/corcompare/CorCompare.exe -x src/System.xml
../../../mcs/class/lib/System.dll

Unhandled Exception: System.Reflection.ReflectionTypeLoadException: One or more of the types in the assembly unable to load.
   at System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark)
   at System.Reflection.Assembly.GetTypes()
   at Mono.Util.CorCompare.ToDoAssembly..ctor(String _strName, Assembly _assMono, Assembly _assMS) in c:\mono\mcs\tools\corcompare\ToDoAssembly.cs:line 63
   at Mono.Util.CorCompare.ToDoAssembly.Load(String strFileMono, String strName, String strNameMS) in c:\mono\mcs\tools\corcompare\ToDoAssembly.cs:line 54
   at Mono.Util.CorCompare.CorCompareDriver.Main(String[] args) in c:\mono\mcs\tools\corcompare\CorCompare.cs:line 62
make: *** [src/System.xml] (null)

Miguel