Groups | Blog | Home
all groups > dotnet general > january 2008 >

dotnet general : System.Configuration.ConfigurationManager problems, like it doesn't exist.


pantagruel
1/6/2008 2:54:56 PM
Hi,

I have a Visual studio 2005 project that runs as a Windows Service. In
it I have declared that I am using System.Configuration.

I have set one application setting for the service using the settings
panel.

When I try to do the following;

ConfigurationManager.AppSettings[name of the setting being used];

I get the error warning that Error 2 The name 'ConfigurationManager'
does not exist in the current context

If I try the
System.Configuration.ConfigurationManager.AppSettings it tells me that
ConfigurationManager is not part of System.Configuration.

If I try to use ConfigurationSettings of course it tells me that it is
obsolete, which is undoubtedly a bad thing but I really like the thing
that it works as opposed to the correct ConfigurationManager which
doesn't.
Mr. Arnold
1/6/2008 11:01:59 PM

[quoted text, click to view]

Go to Reference for the project, the .Net tab, remove the reference for
System.Configuration, and then add the reference back. You can see if that
corrects your problem.
pantagruel
1/7/2008 12:25:34 AM
[quoted text, click to view]

AddThis Social Bookmark Button