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