[Mono-dev] System.dll bootstrap

Andrew Skiba andrews at mainsoft.com
Tue Oct 3 12:24:43 EDT 2006


Hello Raja.

I'm working an GH System.dll project files to build them from Visual
studio and I'm trying to understand how is it bootstrapped in 2.0. How
many times is it compiled? It looks that the process must be like this:

1. System.dll w/o xml and configuration
2. System.Xml
3. System.dll w/ xml only (to make possible to declare
IConfigurationSectionHandler.Create (..., XmlNode)
4. System.Configuration
5. System.dll - w/ xml and configuration

But in System.dll makefile I don't see the step for i.3. So can you
explain, how is the problem of IConfigurationSectionHandler solved then?

Thanks in advance for your help.
Andrew.



More information about the Mono-devel-list mailing list