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 -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
