This code builds without errors, the line is in my declaration section of my
form.yet when I execute it I get an unhandled error.
Weird thing is I been testing this app all day yesterday, made no changes to
my dev machine and now all of a sudden it goes out to lunch.
Anybody have any ideas what that cryptic error means and what to do with it?
Thanks for any help
RD
Private configurationAp pSettings As System.Configur ation.AppSettin gsReader =
New System.Configur ation.AppSettin gsReader
An unhandled exception of type 'System.Configu ration.Configur ationException'
occurred in system.dll
Additional information: Only elements allowed
form.yet when I execute it I get an unhandled error.
Weird thing is I been testing this app all day yesterday, made no changes to
my dev machine and now all of a sudden it goes out to lunch.
Anybody have any ideas what that cryptic error means and what to do with it?
Thanks for any help
RD
Private configurationAp pSettings As System.Configur ation.AppSettin gsReader =
New System.Configur ation.AppSettin gsReader
An unhandled exception of type 'System.Configu ration.Configur ationException'
occurred in system.dll
Additional information: Only elements allowed
Comment