зеркало из https://github.com/mono/mail-archives.git
118 строки
4.7 KiB
HTML
118 строки
4.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 75203][Min] New - RemotingException on Proxy code
|
|
that should give InvalidCastException
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075203%5D%5BMin%5D%20New%20-%20RemotingException%20on%20Proxy%20code%0A%09that%20should%20give%20InvalidCastException&In-Reply-To=bug-75203%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="030201.html">
|
|
<LINK REL="Next" HREF="030203.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 75203][Min] New - RemotingException on Proxy code
|
|
that should give InvalidCastException</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075203%5D%5BMin%5D%20New%20-%20RemotingException%20on%20Proxy%20code%0A%09that%20should%20give%20InvalidCastException&In-Reply-To=bug-75203%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 75203][Min] New - RemotingException on Proxy code
|
|
that should give InvalidCastException">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Thu Jun 9 18:51:09 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="030201.html">[Mono-bugs] [Bug 75191][Nor] Changed - [PATCH] VBCodeCompiler:
|
|
ArgumentException is thrown when multiple sources are built
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030203.html">[Mono-bugs] [Bug 75204][Wis] New - common usage of SWF.RichTextBox
|
|
doesn't work
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30202">[ date ]</a>
|
|
<a href="thread.html#30202">[ thread ]</a>
|
|
<a href="subject.html#30202">[ subject ]</a>
|
|
<a href="author.html#30202">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">matt.hargett at logiclibrary.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75203">http://bugzilla.ximian.com/show_bug.cgi?id=75203</A>
|
|
|
|
--- shadow/75203 2005-06-09 18:51:09.000000000 -0400
|
|
+++ shadow/75203.tmp.19601 2005-06-09 18:51:09.000000000 -0400
|
|
@@ -0,0 +1,44 @@
|
|
+Bug#: 75203
|
|
+Product: Mono: Class Libraries
|
|
+Version: 1.1
|
|
+OS: SLES 9
|
|
+OS Details: x86-64
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Minor
|
|
+Component: System
|
|
+AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">matt.hargett at logiclibrary.com</A>
|
|
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: RemotingException on Proxy code that should give InvalidCastException
|
|
+
|
|
+Please fill in this template when reporting a bug, unless you know what
|
|
+you are doing.
|
|
+Description of Problem:
|
|
+RemotingException on Proxy code that gives InvalidCastException on MS.NET
|
|
+1.1
|
|
+
|
|
+Steps to reproduce the problem:
|
|
+1. download NUnit 2.2.2 binary package from www.nunit.org
|
|
+(bug happens with either the mono-specific one or not)
|
|
+2.with current svn head, run:
|
|
+./nunit-console.exe nunit.mocks.tests.dll
|
|
+3. one test will fail, showing the problem
|
|
+
|
|
+
|
|
+Actual Results:
|
|
+ the test fails
|
|
+
|
|
+Expected Results:
|
|
+ the test should pass, as it does on MS.NET
|
|
+
|
|
+How often does this happen?
|
|
+ every time
|
|
+
|
|
+Additional Information:
|
|
+ I will be going through more of the nunit unit test failures and filing
|
|
+bugs for both projects.
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="030201.html">[Mono-bugs] [Bug 75191][Nor] Changed - [PATCH] VBCodeCompiler:
|
|
ArgumentException is thrown when multiple sources are built
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030203.html">[Mono-bugs] [Bug 75204][Wis] New - common usage of SWF.RichTextBox
|
|
doesn't work
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30202">[ date ]</a>
|
|
<a href="thread.html#30202">[ thread ]</a>
|
|
<a href="subject.html#30202">[ subject ]</a>
|
|
<a href="author.html#30202">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|