I can't seem to get mono to find TcpChannel - is it implemented? I see a reference in the .dll files when I use "strings", but the mono compiler complains.
I'm using the pre-compiled mono 0.17 on WinXP (0.18 doesn't have a windows installer yet...) and it compiles other small test programs fine. Microsoft's csc also compiles it fine. Also, are there plans to implement HttpChannel in the future? I know that binary remoting doesn't yet work with MS, but does XML remoting currently work? Thanks for any help! $ cat tt.cs public class Tst { System.Runtime.Remoting.Channels.Tcp.TcpChannel channel; } $ monomcs tt.cs tt.cs(3) error CS0246: Cannot find type `System.Runtime.Remoting.Channels.Tcp.TcpChannel' Compilation failed: 1 error(s), 0 warnings $ tail -4 /etc/profile #Mono setup MONOHOME=`cygpath C:/mono-0.17/install` export PATH="$PATH:$MONOHOME/bin" __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list