|
-
Jan 24th, 2006, 08:59 AM
#1
Thread Starter
Fanatic Member
appsetting
do you know why I can not see the configurationManager in the intellisense?
I am using imports system.configuration
Thanks
-
Jan 24th, 2006, 11:28 AM
#2
Re: appsetting
 Originally Posted by fmardani
do you know why I can not see the configurationManager in the intellisense?
I am using imports system.configuration
Thanks
Hi,
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
-
Jan 24th, 2006, 02:57 PM
#3
Frenzied Member
Re: appsetting
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
-
Jan 24th, 2006, 03:08 PM
#4
Re: appsetting
Add a reference to "EnvDTE"... that is the namespace... the full name is EnvDTE.ConfigurationManager
-
Jan 24th, 2006, 03:59 PM
#5
Frenzied Member
Re: appsetting
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|