TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Edward Handrich
NA
2
2.1k
Object Browser has multiple "System" namespaces
Jun 27 2007 10:47 AM
I am trying to use the System.Diagnostics.Process class, so I put the standard "using System.Diagnostics;" line at the beginning of my file. However, intellisense won't show me the GetProcesses() method. So, I went to the object browser, and there are two places that have the System.Diagnostics namespace, namely mscorlib and System.
How do I get Visual Studio to understand where the Process class is located so that it will show me all the methods when using intellisense ?
I tried adding it to my references, but it doesn't even show up in the .NET list.
Reply
Answers (
1
)
Debugging an application called by windows service!!!
Flow chart coding in Visual Studio