Skip to content
remogloor edited this page Jan 8, 2013 · 19 revisions

Loading MXL modules

In order to use XML configuration you need to create one or more XML files that contain an XML configuration module and publish them with your solution. Once you have created these XML modules you need to tell the kernel to load them using the Load method:

```text
this.Kernel.Load("myXmlConfigurationModule.xml");
```

Continue reading: Named Bindings

Clone this wiki locally