http://bugzilla.novell.com/show_bug.cgi?id=504886
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=504886#c4 Robert Jordan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Minor --- Comment #4 from Robert Jordan <[email protected]> 2009-05-22 13:06:51 MDT --- Now this is a rather funny bug, except that I took me some time to figure out what's going on: If the client & server assemblies are in the same directory, the client is loading the server assembly and it is detecting the server implementation where the offending method is implemented explicitly. Then it performs the call based on server's real implementation metadata (IWhatever.Execute) in place of the interface (Execute). Although I don't have a fix right now, it is easy to workaround the issue: separate client & server assembly on client's side. -- Configure bugmail: http://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
