ConfigurationManager Class Unavailable in Class Libraries

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.
 
K

Karl Seguin [MVP]

It just isn't referenced by default.

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

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top