[Mono-bugs] [Bug 70841][Nor] Changed - mono-ecma.xsl transformation results in XsltException under MS.NET (CAS matter)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Dec 2004 14:45:00 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by atsushi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=70841

--- shadow/70841	2004-12-30 14:02:36.000000000 -0500
+++ shadow/70841.tmp.4472	2004-12-30 14:45:00.000000000 -0500
@@ -76,6 +76,12 @@
 ------- Additional Comments From miguel@ximian.com  2004-12-30 14:02 -------
 This seems like a bug in our code, it happens to work now because
 we do no checks, but we probably will need to work around this.
 
 Sebastien probably can shed more light into this problem, regarding
 what is the right path for this code.
+
+------- Additional Comments From atsushi@ximian.com  2004-12-30 14:45 -------
+The method invoked via extension object in XsltArgumentList
+(ExtensionObject class in monodoc/browser/ecma-provider.cs) is not
+publicly accessible, and the stack trace from MS.NET looks exactly
+indicating that.