[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

System.Configuration.ConfigurationException: Child nodes not allowed

QDL

4/19/2007 7:14:00 AM

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