Hello everyone,

I have a small windowsforms app developed for framework 1.1 that uses a
configsection in the .config file. Everything works ok on most boxes...

On one particular pc i get the error
"System.Configuration.ConfigurationException: Child nodes not allowed" while
trying to read the configuration session using:

Dicto = CType(ConfigurationSettings.GetConfig(SECTION_NAME), IDictionary)

Dicto is an IDictionary...

Seems an installation issue, but have googled a lot finding nothing...

Thanx in Advance
Paolo