ConfigurationManager Class Unavailable in Class Libraries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In the previous version of the .net framework,
system.configuration.configuration manager was available for use in Class
Libraries. I'm now working with VS2005/framework 2.0 and it appears that
this is not an option. Why is this class unavailable now in Class Libraries?

I need it to reference a machine.config key on my webserver.

Thanks.
 
It just isn't referenced by default.

Right click references, .NET assemblies and add System.Configuration.dll

Karl
 
Back
Top