ConfigurationManager

G

Guest

I'm using Visual C# 2005 Express Edition. I wanted to read configuration from
app.config file. In 1.1, I used ConfigurationSettings, but in 2.0 I should
use ConfigurationManager because ConfigurationSettings has been deprecated.
The problem is that I can't fine ConfigurationManager from
System.Configuration package. The compiler keep throwing error for not
finding the class, but no one have similar problems in the internet. Is there
anything else that I need to do?

Regards,
Budhi
 
G

Guest

I have, otherwise I won't be able to get ConfigurationSettings too, because
both classes are in the same package.

Regards,
Budhi
 

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