[tasque-list] Run time error after rebuilding Tasque



After a major update of my Gentoo-based system I updated the tasque
source from SVN and recompiled. When I try to run the resulting binary
I get this:

==========================
** (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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]