amna
amna

Reputation: 1

Configuration Manager has no Intellisense

ConfigurationManager is not displaying in intellisense ... can anybody help?

Upvotes: 0

Views: 278

Answers (1)

Filburt
Filburt

Reputation: 18061

Your C# project needs to reference the System.Configuration framework assembly and you need to import this namespace using System.Configuration ... if you are looking for the System.Configuration.ConfigurationManager class.

Upvotes: 5

Related Questions