c# - Website is already referencing the assembly System.Configuration -


i trying add system.configuration reference message

website referencing assembly system.configuration 

i aneed access configurationmanager.

how can solve problem?

regards

if have reference need put using statement in top of .cs-file:

using system.configuration; 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -