[Mono-winforms-list] Workaround for this bug? (Audible Alert makes Msgbox.show blow up)

Daniel Rosenstark dr.public.dev.01 at confusionists.com
Tue Jan 5 12:40:35 EST 2010


Thank you thank you thank you! I did not know it was that simple.

For the technologically impaired (like me):
1) Download monocharge (not Mono), otherwise you have to compile
2) gacutil is 100% correct, but must be run as root using

sudo gacutil -i System.Windows.Forms.dll

Best,
Daniel

On Tue, Jan 5, 2010 at 5:17 PM, Jonathan Pobst <monkey at jpobst.com> wrote:

> X11 is the old backend.  Carbon is the newer one.
>
> Your best bet is probably just to get a newer copy of the
> System.Windows.Forms.dll where the original issue is fixed and use that.
>
> The daily packages haven't been updating recently, but 12/15/09 should
> still be new enough to fix it:
>
> http://mono.ximian.com/daily/
>
> Get either monocharge or mono, unzip System.Windows.Forms.dll from it, open
> a mono window, and use gacutil:
>
> gacutil -i System.Windows.Forms.dll
>
> That should install the newer version for you.
>
> Jonathan
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20100105/75783733/attachment.html 


More information about the Mono-winforms-list mailing list