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
sreenugotla
NA
1
0
n which Namespace the ObjectList class present
Mar 21 2005 5:20 AM
Hi, I am using chat application using Remoting, ie from the following site http://www.c-sharpcorner.com//internet/remoting_chat_server.asp i download the zip file of Remotingchat, in that the file ChatServerImpl consists of some code ie public class ChatServerImpl : MarshalByRefObject,ChatServer { private ObjectList chatters = new ObjectList(); when i compile it is giving an error ie ObjectList class is not found. I am expecting the ObjectList class is from System.Collection Namespace but in that namespace there is no class with the name ObjectList. I want to know in which Namespace the ObjectList class is present. For overcomming the error.
Reply
Answers (
1
)
SoapEnvelope Security
Very newbie question...