HttpChannel

  • Thread starter Thread starter David
  • Start date Start date
D

David

What is the namespace of HttpChannel type in VS.NET 2003?
I'm using System.Runtime.Remoting.Channels.Http, but there is error while
compiling.
Error Message:
"The type or namespace name 'http' does not exist in the class or namespace"
 
David,

I believe that the HttpChannel type is in the
System.Runtime.Remoting.dll assembly. Have you added a reference to that in
your project?

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top