kevuo / lastfm-sharp

Automatically exported from code.google.com/p/lastfm-sharp
GNU General Public License v3.0
0 stars 0 forks source link

not found assembly #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
----- Write an example of code that reproduces the problem
the examples on project wiki pages.
----- How are things are not going as they should?
**
(/home/kric/Dokumenty/mySrc/monodevelop/lastjam/lastjam/bin/Debug/lastjam.exe:89
25):
WARNING **: The following assembly referenced from
/home/kric/Dokumenty/mySrc/monodevelop/lastjam/lastjam/bin/Debug/lastjam.exe 
could
not be loaded:
     Assembly:   liblastfm-sharp    (assemblyref_index=1)
     Version:    0.1.9.5780
     Public Key: (none)
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 (/home/kric/Dokumenty/mySrc/monodevelop/lastjam/lastjam/bin/Debug).

**
(/home/kric/Dokumenty/mySrc/monodevelop/lastjam/lastjam/bin/Debug/lastjam.exe:89
25):
WARNING **: Could not load file or assembly 'liblastfm-sharp,
Version=0.1.9.5780, Culture=neutral' or one of its dependencies.

Unhandled Exception: System.IO.FileNotFoundException: Could not load file
or assembly 'liblastfm-sharp, Version=0.1.9.5780, Culture=neutral' or one
of its dependencies.
File name: 'liblastfm-sharp, Version=0.1.9.5780, Culture=neutral'

-----What version of lastfm-sharp is doing that? On Mono or .Net?
lastfm-sharp = 0.1.9.5780 from launchpad
mono -V Mono JIT compiler version 1.9.1 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
    TLS:           __thread
    GC:            Included Boehm (with typed GC)
    SIGSEGV:       altstack
    Notifications: epoll
    Architecture:  x86
    Disabled:      none
monodevelop = 1.0

-----Anything else?
no, thanks!

Original issue reported on code.google.com by pawel.pr...@gmail.com on 13 Jan 2009 at 10:57

GoogleCodeExporter commented 8 years ago
It seems like there's something wrong with my ppa package. Please use the binary
package instead for now.

Thank you for reporting this.

Original comment by amr.hassan on 15 Jan 2009 at 9:45