edit the evolution-sharp.dll.config file and change which libebook it is looking for.
Skadz On Tue, 2005-08-30 at 10:22 +0200, David Coeurjolly wrote: > hi all, > > When best wanted to access to the Evolution AddressBook, I had this > error message (ubuntu hoary): > > Could not open Evolution addressbook: > System.DllNotFoundException: libebook-1.2.so.0 > in (wrapper managed-to-native) Evolution.Book:e_book_new_system_addressbook > (intptr&) > in <0x00016> Evolution.Book:NewSystemAddressbook () > in <0x00078> Beagle.Tile.TileMailMessage:GetImNames (System.String who) > > > To correct this, I simply create a symbolic link libebook-1.2.so.0 > with as target libebook-1.2.so.3: > > # sudo ln -s /usr/lib/libebook-1.2.so.3 /usr/lib/libebook-1.2.so.0 > > ugly hack but It works... > > > dav _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
