https://bugzilla.novell.com/show_bug.cgi?id=463965
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=463965#c2 --- Comment #2 from Kornél Pál <[email protected]> 2009-01-07 04:55:24 MST --- <% @Page Language="C#" %> <%@ Import Namespace="System.Runtime.Remoting.Messaging"%> <% Response.Write((HttpContext.Current == CallContext.HostContext).ToString()); %> This will show it. But note that CallContext.HostContext is not currently implemented in Mono. I think that the fix - once CallContext.HostContext is implemented - is as easy as using CallContext.HostContext rather than GetData/SetData in HttpContext.Current for profile 2.0. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
