[Mono-bugs] [Bug 70052][Blo] New - Assembly loading + PrivateBinPath
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Nov 2004 17:05:41 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70052
--- shadow/70052 2004-11-30 17:05:41.000000000 -0500
+++ shadow/70052.tmp.21641 2004-11-30 17:05:41.000000000 -0500
@@ -0,0 +1,68 @@
+Bug#: 70052
+Product: Mono: Runtime
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gonzalo@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Assembly loading + PrivateBinPath
+
+Compile and run the attached test case.
+
+Actual results:
+[nothing is output, the program finishes]
+
+Expected results:
+Unhandled Exception: System.Runtime.Serialization.SerializationException:
+Cannot find the assembly testdomain, Version=0.0.0.0, Culture=neutral,
+PublicKeyToken=null.
+
+Server stack trace:
+ at System.DelegateSerializationHolder.GetDelegate(DelegateEntry de)
+ at System.DelegateSerializationHolder.GetRealObject(StreamingContext
+context)
+ at
+System.Runtime.Serialization.ObjectManager.ResolveObjectReference(ObjectHolder
+holder)
+ at System.Runtime.Serialization.ObjectManager.DoFixups()
+ at
+System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler
+handler, __BinaryParser serParser, Boolean fCheck, IMethodCallMessage
+methodCallMessage)
+ at
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream
+serializationStream, HeaderHandler handler, Boolean fCheck,
+IMethodCallMessage methodCallMessage)
+ at
+System.Runtime.Remoting.Channels.CrossAppDomainSerializer.DeserializeObject(MemoryStream
+stm)
+ at
+System.Runtime.Remoting.Channels.CrossAppDomainSerializer.DeserializeMessageParts(MemoryStream
+stm)
+ at
+System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage.FixupForNewAppDomain()
+ at System.Runtime.Remoting.Channels.CrossAppDomainSink.DoDispatch(Byte[]
+reqStmBuff, SmuggledMethodCallMessage smuggledMcm,
+SmuggledMethodReturnMessage& smuggledMrm)
+ at
+System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatch(Byte[]
+reqStmBuff, SmuggledMethodCallMessage smuggledMcm,
+SmuggledMethodReturnMessage& smuggledMrm)
+
+Exception rethrown at [0]:
+ at
+System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
+reqMsg, IMessage retMsg)
+ at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
+msgData, Int32 type)
+ at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
+ at Lalala.Main()