Hello guys, I'm new here. I don't know why, Mono just doesn't like me. I'm a .net developer and I would like to experiment the feasiblity of using Mono as a devl' platform. After installing Mono 2.0.1 in Windows, I tried running some simple tests and it works. Then here's the ripoff: I tried running monodoc and it gave me an error that the assembly 'browser.exe' is missing. After searching the browser.exe file, i modified monodoc.bat to point to the browser.exe. Then I run monodoc again. The documentation library appeared, but as soon as I clicked a topic, it crashes. Here's the error:
An exception was thrown by the type initializer for Gecko.WebControl
at Monodoc.GeckoHtmlRender.Initialize () [0x00000]
using MonoWebBrowser
An exception was thrown by the type initializer for Gecko.WebControl
at Monodoc.GeckoHtmlRender.Initialize () [0x00000]
using MonoWebBrowser
(browser:400): Gtk-WARNING **: gtk_scrolled_window_add(): cannot add non scrolla
ble widget use gtk_scrolled_window_add_with_viewport() instead
(browser:400): Gtk-WARNING **: gtk_scrolled_window_add(): cannot add non scrolla
ble widget use gtk_scrolled_window_add_with_viewport() instead
Expanding something that I do not know about
Index nonexistent or in bad format
Expanding something that I do not know about
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle
the exception.
System.NullReferenceException: Object reference not set to an instance of an obj
ect
at Monodoc.TreeBrowser.RowActivated (System.Object sender, System.EventArgs a)
[0x00000]
at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr data) [0x00000]
at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean
is_terminal)
at GLib.Signal.voidObjectCallback(IntPtr handle, IntPtr data)
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at Monodoc.Driver.Main(System.String[] args)
Mono really turns me off. I needed an API source that is offline. What's the problem with this one?