[Mono-list] MonoTODO causes CS0647: Error emitting 'System.MonoTODOAttribute'

Miguel de Icaza miguel@ximian.com
24 Apr 2002 07:00:06 -0400


> I am stubbing out Control class (one of the biggest in the
> System.Windows.Forms). The class implements IList interface. IList
> methods are all fine, but when I add its properties with [MonoTODO]
> attribute, the compilation fails. If the monotodo attribute is removed
> the Control.cs compiles fine:

You need to have a `MonoTODOAttribute' in your assembly as well (there
is one in corlib that you can copy).

Miguel.