[Mono-list] monodoc error after mono 1.1.5 install

2005-03-24 Thread Eric Gonia
I upgraded from mono 1.1.4 to mono 1.1.5 today. I am now receiving this message when trying to start monodoc: $ monodoc Unhandled Exception: System.NullReferenceException: Object reference not set toan instance of an object in 0x0 unknown method in (wrapper managed-to-native)

Re: [Mono-list] monodoc error...

2004-09-29 Thread Robert Thomson
Presumably this is 1.0.2. I had the same problem. The .config file for the .dll (eg. /usr/lib/mono/gac/gtkhtml-sharp/1.0.0.0__35e10195dab3c99f/gtkhtml-sharp.dll.config) refers to libgtkhtml-3.1.so.11, which isn't installed on my bog-standard SuSe install. libgtkhtml-3.1.so.7 is, however.

Re: [Mono-list] monodoc error...

2004-09-28 Thread John.Sanabria
Hi Jonel, thanks for your answer. Well, i had download the mono-all.zip and uncompressed it in a directory and add it to yast (in software manager) in order to yast look there the packages that i had decided to install. really i have troubles with a library, guess is gtk-html, let me see later

Re: [Mono-list] monodoc error...

2004-09-28 Thread Jonel Rienton
Hi again John, rug or redcarpet + rcd is a very good package management system. rcd provides you with channels that you can subscribe, for instance, the mono channel where you can get binaries from and rug or redcarpet will install them for you. a link is actually availabe at mono-project

Re: [Mono-list] monodoc error...

2004-09-28 Thread John Sanabria
Hi Jonel, great software for to update... :D, already subscribe to Suse91-i586 and Suse91-kernel, mono and red carpet. Ok, now follow with the error :)... i can run monodevelop, cool! but when i try to run from it, monodoc this is the error: [EMAIL PROTECTED]:~ monodevelop Reading

Re: [Mono-list] monodoc error...

2004-09-28 Thread Jonel Rienton
yup, gotta love redcarpet... back to your issue, it's usually a mismatch dll mapping based on some research i did, since now that you have redcarpet installed, it would be more convenient if you can uninstall monodevelop and reinstall it via redcarpet or rug. i know i know it's not

Re: [Mono-list] monodoc error...

2004-09-28 Thread Duncan Mak
On Tue, 2004-09-28 at 13:39 -0500, Jonel Rienton wrote: you can also look at /etc/mono/config file, that's where the dll mapping is declared. dll mappings are now done in a per-dll way. For a particular foo.dll, there should be a foo.dll.config file containing appropriate dllmap entries. --

Re: [Mono-list] monodoc error...

2004-09-27 Thread Jonel Rienton
Hi John, how did you install monodoc? i'm also using Suse 9.1 and i have installed and used monodoc without problems, i have used rug rcd to install the binaries. from the looks of your issue, it's either you haven't installed the dependencies or there's an issue with your env var

[Mono-list] Monodoc error on startup

2004-05-15 Thread Willie Zutz
This error has been posted a couple times before, but never seemed to get resolved. When I start monodoc I get the following error: Unhandled Exception: System.DllNotFoundException: gtkhtml-3.0 in 0x00053 (wrapper managed-to-native) Gtk.HTML:gtk_html_new () in 0x00021 Gtk.HTML:.ctor () Here's

Re: [Mono-list] Monodoc error on startup

2004-05-15 Thread Joshua Tauberer
Willie Zutz wrote: This error has been posted a couple times before, but never seemed to get resolved. When I start monodoc I get the following error: Unhandled Exception: System.DllNotFoundException: gtkhtml-3.0 in 0x00053 (wrapper managed-to-native) Gtk.HTML:gtk_html_new () in 0x00021