[Mono-bugs] [Bug 50640][Maj] New - Latest cvs update of System.Web cause asp.net refused to work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 Nov 2003 23:29:20 -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 ximian@aksi.mdamt.net.

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

--- shadow/50640	2003-11-05 23:29:20.000000000 -0500
+++ shadow/50640.tmp.16317	2003-11-05 23:29:20.000000000 -0500
@@ -0,0 +1,93 @@
+Bug#: 50640
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ximian@aksi.mdamt.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Latest cvs update of System.Web cause asp.net refused to work
+
+Description of Problem:
+asp.net doesn't work. XSP said "Server Error" and throw this exception:
+System.Runtime.Serialization.SerializationException: Type
+System.Web.HttpException is not marked as Serializable and does not
+implement ISerializable.
+ 
+Server stack trace:
+in <0x001e4>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:GetObjectData
+(object,System.Runtime.Serialization.Formatters.Binary.ObjectWriter/TypeMetadata&,object[]&)
+in <0x00075>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteObject
+(System.IO.BinaryWriter,long,object)
+in <0x00147>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteObjectInstance
+(System.IO.BinaryWriter,object,bool)
+in <0x0003e>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteQueuedObjects
+(System.IO.BinaryWriter)
+in <0x0004b>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteObjectGraph
+(System.IO.BinaryWriter,object,System.Runtime.Remoting.Messaging.Header[])
+in <0x001b0>
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Serialize
+(System.IO.Stream,object,System.Runtime.Remoting.Messaging.Header[])
+in <0x00019>
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Serialize
+(System.IO.Stream,object)
+in <0x00091> System.Runtime.Remoting.Channels.CADSerializer:SerializeObject
+(object)
+in <0x00195> System.Runtime.Remoting.Messaging.CADMethodReturnMessage:.ctor
+(System.Runtime.Remoting.Messaging.IMethodReturnMessage)
+in <0x00060>
+System.Runtime.Remoting.Messaging.CADMethodReturnMessage:Create
+(System.Runtime.Remoting.Messaging.IMessage)
+in <0x0008e> System.AppDomain:ProcessMessageInDomain
+(byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,byte[]&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&)
+in <0x0008d> (wrapper remoting-invoke-with-check)
+System.AppDomain:ProcessMessageInDomain
+(byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,byte[]&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&)
+in <0x0004b>
+System.Runtime.Remoting.Channels.CrossAppDomainSink:ProcessMessageInDomain
+(byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage)
+ 
+ 
+Exception rethrown at [0]:
+ 
+in <0x00172> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
+(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,object[]&)
+in (unmanaged) /opt/mono/lib/libmono.so.0(mono_raise_exception+0x1c)
+[0x40082f6c]
+in (unmanaged) /opt/mono/lib/libmono.so.0 [0x4009433c]
+in <0x00044> (wrapper remoting-invoke) System.AppDomain:DoCallBack
+(System.CrossAppDomainDelegate)
+in <0x00032> (wrapper remoting-invoke-with-check)
+System.AppDomain:DoCallBack (System.CrossAppDomainDelegate)
+in <0x0017e> Mono.ASPNET.Worker:Run (object)
+
+
+Steps to reproduce the problem:
+1. run xsp
+2. try a page
+
+Actual Results:
+Server error
+Your client sent a request that was not understood by this server. 
+
+Expected Results:
+it should display "normal" aspx page
+
+How often does this happen? 
+always
+
+Additional Information:
+latest cvs 20031106 11:27+0700