Hello Please, how can I use all the classes under :
mcs-0.18/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Simple# to compile simple-example.cs ? I tried to compile in a library, but I get : SimpleClientFormatterSink.cs(99) error CS0103: The name `CommonTransportKeys.RequestUri' could not be found in `System.Runtime.Remoting.Channels.Simple.SimpleClientFormatterSink' SimpleServerFormatterSink.cs(61) error CS0103: The name `CommonTransportKeys.RequestUri' could not be found in `System.Runtime.Remoting.Channels.Simple.SimpleServerFormatterSink' SimpleServerFormatterSink.cs(64) error CS0165: Use of unassigned local variable `uri' SimpleServerFormatterSink.cs(69) error CS0165: Use of unassigned local variable `call' SimpleServerFormatterSink.cs(74) error CS0165: Use of unassigned local variable `responseMsg' SimpleServerFormatterSink.cs(58) error CS0177: The out parameter `responseMsg' must be assigned before control leave the current method. SimpleServerFormatterSink.cs(58) error CS0177: The out parameter `responseHeaders' must be assigned before control leave the current method. Compilation failed: 7 error(s), 0 warnings Thanks ...in advance ! Daniel G. __________________________________________________ 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
