ConfigurationManages namespace  
Author Message
Jackuline





PostPosted: JScript for the .NET Framework, ConfigurationManages namespace Top

Hi

I'm developing windows application. I want to use Appsettings in my application. For that i've included the following line in the begining of the class file.

imports

Imports System.Configuration .......but i'm getting warning that i should include System.Configuration.ConfigurationManager. But i couldn't include ConfigurationManager. So please help me

Thanks and Regards

Jackuline S



.NET Development21  
 
 
Jaiprakash Sharma





PostPosted: JScript for the .NET Framework, ConfigurationManages namespace Top

Hi,

Could you please tell us...

1. Which language are your writing your code in

2. The exact warning message

Thanks.



 
 
Jackuline





PostPosted: JScript for the .NET Framework, ConfigurationManages namespace Top

Hi

I'm using VB.net windows application. I got the answer by adding 'System.Configuration' reference in the project.

Thanks