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
Post a Comment