Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ConfigurationManager class not available

enter image description here

I am not able to get the connectionString from App.Config file..

Am I missing something?

after creating the class, I moved the class into some folder..Is that the issue? what is the solution without moving the class?

like image 496
dotNETbeginner Avatar asked Oct 24 '11 07:10

dotNETbeginner


1 Answers

Add a reference to System.Configuration.dll.

Menu Bar -> Project -> Add Reference... -> .NET (Tab) -> System.Configuration -> OK

like image 115
Joel Beckham Avatar answered Oct 01 '22 23:10

Joel Beckham