G
Guest
I am attempting to use AppSettings within an NT Service built with VS2005 and
C#. This idea worked ok in v1.1, but seems to fail in v2.0. I've done some
searching and have seen similar situations but no real resolution.
The AppSettings collection is NULL, although there are two strings in the
config file. I even used the tool to create these files, so I don't believe
that it is a spelling error or something similar.
Is there something special that I need to do in order to make these settings
available to the service ? I have this working just fine in a VB app, it
appears to be an issue with the service. Thanks for the help.
I'm stuck at the moment and I don't wish to hardcode the settings.
Rick
C#. This idea worked ok in v1.1, but seems to fail in v2.0. I've done some
searching and have seen similar situations but no real resolution.
The AppSettings collection is NULL, although there are two strings in the
config file. I even used the tool to create these files, so I don't believe
that it is a spelling error or something similar.
Is there something special that I need to do in order to make these settings
available to the service ? I have this working just fine in a VB app, it
appears to be an issue with the service. Thanks for the help.
I'm stuck at the moment and I don't wish to hardcode the settings.
Rick