G
Guest
Hi,
I have c# express beta
I try to write the following using clause:
System.Runtime.Remoting.Channels.Http;
because I want to create a http channel.
HttpChannel aJobChannel = new HttpChannel(4000);
But the compiler doesn't want it...
The type or namespace name 'Http' does not exist in the namespace
'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)
what I am doing wrong?
thanks!
I have c# express beta
I try to write the following using clause:
System.Runtime.Remoting.Channels.Http;
because I want to create a http channel.
HttpChannel aJobChannel = new HttpChannel(4000);
But the compiler doesn't want it...
The type or namespace name 'Http' does not exist in the namespace
'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)
what I am doing wrong?
thanks!