[Mono-devel-list] Re: Mono 1.0.1: System.NotImplementedException

Christoph Kreß chr_kress at hotmail.com
Sat Oct 2 05:49:27 EDT 2004


Thanks for all the public and private replies.

If only I were good enough to contribute!


mike roome wrote:
> Hi,
>
>> I am confused about what feature exactly is not implemented. I'm
>> completely
>> new to Mono and don't now how to debug yet (its so hard to quit
>> developing in Visual Studio).
>
> If you check the stack trace, you can see what method the exception
> was thrown from:
>
>> System.NotImplementedException: The requested feature is not
>> implemented. in <0x0002a> System.Drawing.Imaging.Metafile:.ctor
>> (System.IO.Stream)
>
> I've just checked the source for System.Drawing.Imaging.Metafile, and
> it seems that currently, it's just stubbed out (and incompletely, at
> that, it would seem -- only the public constructors and methods are
> there, the protected methods and properties are all missing). The
> constructors and methods that /are/ there just throw
> NotImplementedException.
>
> If you happen to know how metafiles work, i'm sure patches
> implementing some of it would be welcome :) 






More information about the Mono-devel-list mailing list