Reputation: 1
ConfigurationManager
is not displaying in intellisense ... can anybody help?
Upvotes: 0
Views: 278
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