[Mono-list] Help!

Miguel de Icaza miguel@ximian.com
Wed, 07 Jan 2004 13:21:28 -0500


Hello,

> I have got my mono and gnome# and gtk# installed
> successfuly... i can compile and run normal C#
> projects, working fine, but when i compile any gnome#
> application, it says "cannot find assembly:
> gnome-sharp.dll", but if I provide full path i.e.
> /usr/local/bin/gnone-sharp.dll, or if I provide that
> path in mcs with -lib argument, then the program gets
> compiled successfuly.
> 
> But I cannot run it in mono. mono still says, "Could
> Not find assembly gnome-sharp.dll".
> 
> I tried setting the env variable MONO_PATH, but if i
> provide /usr/local/bin, then mono gives me a whole
> bunch of errors.

Sounds like you have conflicting assemblies installed, you are on the
right path, but I can not help you without knowing what the last errors
where.