[Mono-bugs] [Bug 74933][Blo] Changed - IsInstanceOf failure (?)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri May 13 18:29:12 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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74933
--- shadow/74933 2005-05-13 12:18:38.000000000 -0400
+++ shadow/74933.tmp.17250 2005-05-13 13:29:12.000000000 -0400
@@ -128,6 +128,12 @@
With this fix, the 1st UNO factory instance activates itself & passes
the 1st (rather facile) in-process test :-)
------- Additional Comments From miguel@ximian.com 2005-05-13 12:18 -------
Lluis, could you review and discuss?
+
+------- Additional Comments From lluis@ximian.com 2005-05-13 13:29 -------
+Proxy objects have some weird behavior regarding types, you can't rely
+on GetType() returning the correct class. The solution in this case is
+to use IsInstanceOfType, as you pointed out. I'll do some code review
+to see if there are other classes that could have this problem.
More information about the mono-bugs
mailing list