Problem with Http Namespace

ramnujs

Well-known member
Joined
Jul 5, 2005
Messages
53
Location
Philippines
Programming Experience
3-5
Can someone answer my questions pls!

Is System.Runtime.Remoting.Channels.Http namespace not included in V1.0.3705 and V1.1 version of .net Framework?
- i have tried importing this namespace and i got an error "namespace is not found"

I would be very thankful for answering my question......

jun mar
 
The best way to find information like this is in the help documentation. The namespace exists, so I would guess that your project is missing a reference. You need to add a reference to System.Runtime.Remoting to be able to import the namespace you want.
 
Back
Top