[Mono-bugs] [Bug 371874] New: System.Windows.Forms.HtmlElement.set_Enabled missing
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 17 16:24:08 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=371874
Summary: System.Windows.Forms.HtmlElement.set_Enabled missing
Product: Mono: Class Libraries
Version: unspecified
Platform: i686
OS/Version: Kubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: dgerard at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Other
Description of Problem:
AutoWikiBrowser fails with .NET error
System.Windows.Forms.HtmlElement.set_Enabled missing.
AutoWikiBrowser is a browser for Wikipedia designed to facilitate repetitious
editing. It works under Windows 2000/XP/Vista with .NET 2.0. I'm trying to get
it to run under Wine, and it fails with this error with Mono 1.9_4.
I suspect this is a bug in Mono - an unimplemented function - based on the note
at
http://primates.ximian.com/~miguel/momareports/d886c6e2fcd14e08863e06d22e4f91ba.txt
which says "2 [MISS]
System.Windows.Forms.HtmlElement::set_Enabled(System.Boolean)".
Steps to reproduce the problem:
1. Install Wine 0.9.57 on Kubuntu 7.10
2. winetricks gdiplus mono12 allfonts - this installs Microsoft gdiplus.dll,
Microsoft core fonts, Tahoma and Liberation fonts and Mono 1.9_4
3. Install Wine registry entries at
http://bugs.winehq.org/attachment.cgi?id=9204
4. Install AutoWikiBrowser 4.3.0.2 from
http://downloads.sourceforge.net/autowikibrowser/AutoWikiBrowser4302.zip?modtime=1204929917&big_mirror=0
5. wine AutoWikiBrowser.exe
Actual Results:
Stack trace from AutoWikiBrowser:
MissingMethodException
Method not found: 'System.Windows.Forms.HtmlElement.set_Enabled'.
at WikiFunctions.Browser.WebControl.set_ArticleText (System.String value)
[0x00000]
at (wrapper remoting-invoke-with-check)
WikiFunctions.Browser.WebControl:set_ArticleText (string)
at AutoWikiBrowser.MainForm.InitializeComponent () [0x00000]
at AutoWikiBrowser.MainForm..ctor () [0x00000]
at (wrapper remoting-invoke-with-check) AutoWikiBrowser.MainForm:.ctor ()
at AutoWikiBrowser.Program.Main (System.String[] args) [0x00000]
The program then exits.
Expected Results:
Program runs.
How often does this happen?
Every time.
Additional Information:
Although this would be a nuisance to duplicate, the error message seems pretty
unambiguous!
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list