[Mono-list] Compile Errors on Mono 0.25

Paolo Molaro lupus@ximian.com
Mon, 30 Jun 2003 18:29:33 +0200


On 06/29/03 Alex James wrote:
> error CS0117: `System.Drawing.Image' does not contain a definition for
> `FromStream'
> error CS8006: Could not find any applicable function for this argument list
> error CS8006: Could not find any applicable function for this argument list
> 
> The code that throws these errors is as following:
> Error1:
> Image image = Image.FromStream(new MemoryStream( .... ));
> 
> Error2:
> Registry.CurrentUser.DeleteSubKey( .... );
> 
> Error3:
> Registry.CurrentUser.DeleteSubKey( .... );
> 
> Do these functions exist in mono?  Thanks for your help.

Apparently not, check on http://www.go-mono.com/class-status.html.
Feel free to contribute the missing code that your application depend
on.

lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better