[Mono-bugs] [Bug 74767][Nor] Changed - [GMCS]: Serialization not yet implemented wrt. generics
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 10:51:41 -0400 (EDT)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74767
--- shadow/74767 2005-05-04 10:50:24.000000000 -0400
+++ shadow/74767.tmp.27477 2005-05-05 10:51:41.000000000 -0400
@@ -44,6 +44,11 @@
------- Additional Comments From lluis@ximian.com 2005-05-04 10:50 -------
The same error can be reproduced with two lines:
Type t = Type.GetType (typeof(GenTest<string>).FullName);
Activator.CreateInstance (t);
+
+------- Additional Comments From vargaz@gmail.com 2005-05-05 10:51 -------
+The problem is that one of the fields of the class has a type 'VAR'.
+This suggests to me that the class is not fully instantiated.
+