[Mono-bugs] [Bug 76096][Wis] New - System.Runtime.Serialization.SerializationException: Type System.Web.Compilation.CompilationException is not marked as Serializable

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 13 20:13:38 EDT 2005


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 cmorgan at alum.wpi.edu.

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

--- shadow/76096	2005-09-13 20:13:38.000000000 -0400
+++ shadow/76096.tmp.18669	2005-09-13 20:13:38.000000000 -0400
@@ -0,0 +1,87 @@
+Bug#: 76096
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: debian unstable 2.6.11.9
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: cmorgan at alum.wpi.edu               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Runtime.Serialization.SerializationException: Type System.Web.Compilation.CompilationException is not marked as Serializable
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Exception is thrown when the exception is thrown?
+
+
+Steps to reproduce the problem:
+1. Started up my asp.net project like xsp2 --application /something:./
+2. Went to localhost:8080/apm
+3. Got an exception
+
+Actual Results:
+Hit Return to stop the server.
+System.Runtime.Serialization.SerializationException: Type
+System.Web.Compilation.CompilationException is not marked as Serializable.
+
+Server stack trace:
+in <0x00108>
+System.Runtime.Serialization.Formatters.Binary.BinaryCommon:CheckSerializable
+(System.Type type, ISurrogateSelector selector, StreamingContext context)
+in <0x001a9>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:GetObjectData
+(System.Object obj,
+System.Runtime.Serialization.Formatters.Binary.TypeMetadata metadata,
+System.Object data)
+in <0x00051>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteObject
+(System.IO.BinaryWriter writer, Int64 id, System.Object obj)
+in <0x00136>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteObjectInstance
+(System.IO.BinaryWriter writer, System.Object obj, Boolean isValueObject)
+in <0x00049>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteQueuedObjects
+(System.IO.BinaryWriter writer)
+in <0x00052>
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteObjectGraph
+(System.IO.BinaryWriter writer, System.Object obj,
+System.Runtime.Remoting.Messaging.Header[] headers)
+in <0x00295>
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Serialize
+(System.IO.Stream serializationStream, System.Object graph,
+System.Runtime.Remoting.Messaging.Header[] headers)
+in <0x0002e>
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Serialize
+(System.IO.Stream serializationStream, System.Object graph)
+in <0x000a8>
+System.Runtime.Remoting.RemotingServices:SerializeExceptionData
+(System.Exception ex)
+
+Exception rethrown at [0]:
+
+in (wrapper xdomain-invoke)
+Mono.WebServer.XSPApplicationHost:ProcessRequest
+(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations)
+in (wrapper remoting-invoke-with-check)
+Mono.WebServer.XSPApplicationHost:ProcessRequest
+(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations)
+in <0x0083c> Mono.WebServer.XSPWorker:Run (System.Object state)
+
+Expected Results:
+Some other exception in user code instead of mono system code
+
+
+How often does this happen? 
+Every time
+
+Additional Information:
+Using svn from right after 1.1.9


More information about the mono-bugs mailing list