[Mono-bugs] [Bug 36109][Nor] Changed - Activator.CreateInstance returns null

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
26 Dec 2002 05:37:55 -0000


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 mathpup@mylinuxisp.com.

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

--- shadow/36109	Thu Dec 26 00:36:05 2002
+++ shadow/36109.tmp.31163	Thu Dec 26 00:37:55 2002
@@ -55,6 +55,11 @@
  
 This bug might seem very minor, but it can lead to some bugs that very difficult to 
 track down. In our case, in Qt#, we were getting unexpected null reference 
 exceptions, and we finally tracked it down to the Activator.CreateInstance() method. 
 Since the documentation indicates the method either succeeds or throws one of the 
 listed exceptions, we weren't expecting that CreateInstance might be returning null.
+
+------- Additional Comments From mathpup@mylinuxisp.com  2002-12-26 00:37 -------
+Created an attachment (id=3035)
+Test case
+