yhhuang
Thu Jan 22 20:21:02 CST 2004
Hello Knut,
Thanks for posting in the group.
Based on my understand, now the problem is: You can't access any classes
such as HttpChannel in csharp code. Please feel free to post here if I have
anything misunderstanding.
In MSDN, we can see that HTTPChannel is in a different namespace. Its
namespace is System.Runtime.Remoting.Channels.Http, not
System.Runtime.Remoting.Channels. So we need to add
"using System.Runtime.Remoting.Channels.Http" in the code.
Also, be remember to add reference to System.Runtime.Remoting.dll in the
project.
Does that answer your question? If the problem is not resolved, please feel
free to post here.
Ps: We could send post notification email to you when there is any useful
reply to your question in the newsgroup. If you want to receive it, please
go to
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn to create a no spam email address. Thanks very much.
Best regards,
Yanhong Huang
Microsoft Community Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.