do you know why I can not see the configurationManager in the intellisense?
I am using imports system.configuration
Thanks
Printable View
do you know why I can not see the configurationManager in the intellisense?
I am using imports system.configuration
Thanks
Hi,Quote:
Originally Posted by fmardani
I'm using VB.Net 2003 and to see my Configuration Manager I need to go
via the Menu -> Build and then select Configuration Manager.
Hope it helps you.
Wkr,
sparrow1
I think you need to add a reference to your project. Right click the project, add reference, and add a reference to System.Configuration.
Mike
Add a reference to "EnvDTE"... that is the namespace... the full name is EnvDTE.ConfigurationManager
Could be EnvDTE namespace, there's a couple ConfigurationManager types. Given the title of the thread and the initial post, I assumed System.Configuration and not EnvDTE.
Mike