[Mono-bugs] [Bug 42040][Wis] New - ASP.NET and XML/XSL Transform
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 28 Apr 2003 15:12:31 -0400 (EDT)
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 joao@byjg.com.br.
http://bugzilla.ximian.com/show_bug.cgi?id=42040
--- shadow/42040 Mon Apr 28 15:12:31 2003
+++ shadow/42040.tmp.28382 Mon Apr 28 15:12:31 2003
@@ -0,0 +1,65 @@
+Bug#: 42040
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 7.2
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: joao@byjg.com.br
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ASP.NET and XML/XSL Transform
+
+I develop an OpenSource project in CSHARP. This project works fine under
+Windows. The compilation of my project itīs OK under Linux and I use XSP
+web server to run ASP.NET Web Pages. The ASP.NET pages call my classes at
+event Page_Load. All functions works fine, but when I run a specific
+XML/XSL transformation I get the follow error:
+
+System.Exception: Mensagem de Erro: 5
+in <0x00452> 00 ASP.GenError_aspx:Button1_Click (object,System.EventArgs)
+in <0x00067> 01 System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+in <0x000ac> 00 System.Web.UI.WebControls.Button:OnClick (System.EventArgs)
+in <0x0005a> 00
+System.Web.UI.WebControls.Button:System.Web.UI.IPostBackEventHandler.RaiseP
+ostBackEvent (string)
+in <0x00020> 00 System.Web.UI.Page:RaisePostBackEvent
+(System.Web.UI.IPostBackEventHandler,string)
+in <0x00051> 00 System.Web.UI.Page:RaisePostBackEvents ()
+in <0x0016c> 00 System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in <0x001b6> 00 .ExecuteHandlerState:Execute ()
+in <0x0005e> 00 .StateMachine:ExecuteState (IStateHandler,bool&)
+
+(The number 5 on the top of Stack Trace represents the exact line where
+the error occurs)
+
+
+Steps to reproduce the problem:
+I Make a reduced project to reproduce this behavior. If runned under
+windows, works fine, but under Linux, I have the error message. (How I
+upload one ZIPPED file?)
+
+Actual Results:
+Error Message
+
+Expected Results:
+No Errors Expected
+
+
+How often does this happen?
+Always
+
+Additional Information:
+The main project is not necessary to reproduce this behavior, but the
+error occurs. I have a reduced version in a one page to reproduce the
+error. But the project is located at http://www.xmlnuke.com. To run the
+LINUX version, donwload the project at sourceforge, and download revision
+1.3 and 1.4 of files located at http://cvs.sourceforge.net/cgi-
+bin/viewcvs.cgi/xmlnuke/csharpengine/ and the makefile.linux