==========================
** (Tasque.exe:26377): WARNING **: The following assembly referenced
from /usr/local/lib/tasque/Tasque.exe could not be loaded:
Assembly: gnome-sharp (assemblyref_index=8)
Version: 2.16.0.0
Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed
in the MONO_PATH environment variable, or in the location of the
executing assembly (/usr/local/lib/tasque/).
** (Tasque.exe:26377): WARNING **: Could not load file or assembly
'gnome-sharp, Version=2.16.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
[Debug]: Exception is: System.TypeLoadException: A type load exception
has occurred.
at Tasque.Application..ctor (System.String[] args) [0x00000]
at Tasque.Application.GetApplicationWithArgs (System.String[] args) [0x00000]
at Tasque.Application.Main (System.String[] args) [0x00000]
Unhandled Exception: System.TypeLoadException: A type load exception
has occurred.
at Tasque.Application..ctor () [0x00000]
at Tasque.Application.get_Instance () [0x00000]
at Tasque.Application.Main (System.String[] args) [0x00000]
============================
I *do* have gnome-sharp installed but it is a newer version:
===========================
bent@yosie tasque $ eix -v gnome-sharp
* dev-dotnet/gnome-sharp
Available versions: (2) 2.8.2!t 2.16.0!t 2.24.1!t
{debug}
Installed versions: Version: 2.24.1(2)!t
Date: 22:49:39 2009-04-07
USE: -debug
Best versions/slot: 2.24.1(2)!t
Homepage: http://www.mono-project.com/GtkSharp
Description: GtkSharp's gnome module of the gnome-sharp tarball
License: LGPL-2.1
bent@yosie tasque $
===================
After the SVN update I ran the autogen thing:
./autogen.sh --prefix=/user/local --enable-backend-dummy
--enable-backend-rtm --enable-backend-sqlite
--enable-backend-hiveminder
and then make and make install.
How comes it still asks for version 2.16.0? That was the version that
was installed when I built tasque for the first time.
Kind regards,
Bent
_______________________________________________
tasque-list mailing list
tasqu...@gnome.org
http://mail.gnome.org/mailman/listinfo/tasque-list
> After the SVN update I ran the autogen thing:
>
> ./autogen.sh --prefix=/user/local --enable-backend-dummy
> --enable-backend-rtm --enable-backend-sqlite
> --enable-backend-hiveminder
Your prefix looks incorrect. In your previous message, you are running
Tasque from /usr/local. But here you are specifying /user/local.
Please make sure you are installing Tasque in the desired location, and
executing the desired installation.
Best,
Sandy
2009/4/13 Sandy Armstrong <sanforda...@gmail.com>:
>
> Your prefix looks incorrect.
>
It *is* incorrect. With an improved prefix I'm now back in business -
with the stress from all the overdue task. ;-)
Thanks,
Bent