http://bugzilla.novell.com/show_bug.cgi?id=583501
http://bugzilla.novell.com/show_bug.cgi?id=583501#c2 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #2 from Zoltan Varga <[email protected]> 2010-04-09 03:00:42 UTC --- This is not a runtime bug, wcf generates invalid IL: In ClientProxyGenerator.cs: new CodePropertyReference ( m.GetThis (), typeof (ClientRuntimeChannel).GetProperty ("Contract")), typeof (ContractDescription).GetProperty ("Operations")), Here, the this arguments does not subclass ClientRuntimeChannel but some other class. If you run mono with --verify-all it will throw a verification exception, altough that is not visible in the testcase, wcf probably swallows it. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
