[Mono-list] CallContext.LogicalSetData in Mono 2.11.4

Narinder CLAIRE narinder.claire at uk.bnpparibas.com
Mon Oct 22 10:36:47 UTC 2012


Hello,

I have compile the following code :
using System;
using System.Runtime.Remoting.Messaging;

namespace context
{
                class MainClass
                {
                                public static void Main (string[] args)
                                {
                                                CallContext.LogicalSetData("Data", new object());
                                                Console.WriteLine ("Hello World!");
                                }
                }
}

And when I run it targeting Mono 2.11.4, I get an exception :

Unhandled Exception:
System.NotImplementedException: The requested feature is not implemented.
  at context.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NotImplementedException: The requested
feature is not implemented.
  at context.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0

Since it is the latest alpha that it throwing this exception, is it the case that this feature will remain unimplemented in the next release of mono ?

Thanks
N




___________________________________________________________
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is prohibited.

Please refer to http://www.bnpparibas.co.uk/en/email-disclaimer/ for additional disclosures.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20121022/594854b6/attachment.html>


More information about the Mono-list mailing list