I would like to load up and use specific message configuration information within my orchestration. For this purposes, I wrote custom configuration section handler according to the new .NET 2.0 ConfigurationSection specification. However, this is not serializable. I managed to make it a serializable type, but not quite. The ConfigurationProperty that the ConfigurationSection uses is not serializable. So the whole solution is not working. Any alternative to loading configuration information in orchestrations OR anyway to make .NET 2.0 ConfigurationSection handlers work. Appreciate your help.