Remoting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to learn remoting, but when I'm setting up my imports, I have

System.Runtime.Remoting.Channels

but no

System.Runtime.Remoting.Channels.tcp o
System.Runtime.Remoting.Channels.htt

so I'm kind of up a creak here. Anybody have any thoughts on why I wouldn't have the protocols as part of my Framework (1.1)

Sean
 
Blah, nevermind, you have to add a reference to System.Runtime.Remoting.dll. Kind of annoying that they don't bother mentioning that in the example in this $70 book.....=)
 
Back
Top