Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Experts,

I am Doing an asp.net 4.5 Project. I have class and Imported a namespace.
HTML
using System.Configuration;

But i can't get the keyword
C#
ConfigurationManager



What was the issue... please help me..

Thanks and Regards,

Dileep
Posted

1 solution

Hi,

Go to the reference and you will see System has been added to reference, but System.Configuration.dll has not been referenced.
System.Configuration appears for using statements when System.dll was added,So you also have to add System.Configuration.dll from Framework to your project.
I think this may solve your problem....:)
 
Share this answer
 
v2
Comments
dilzz 4-Jan-14 9:33am    
Thanks for your solution... now it works... :)
Rajesh_DotNet 6-Jan-14 0:37am    
:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900