On 11/16/2011 06:28 PM, Tom Parker wrote:
> Package: keepass2
> Version: 2.16+dfsg-2
> Severity: important
> 
> I try to start keepass and I get the following:
> 
> palfrey@missfun:[~] keepass2
> Unhandled Exception: System.TypeLoadException: Could not load type 
> 'KeePass.Program' from assembly 'KeePass, Version=2.1.6.35723, 
> Culture=neutral, PublicKeyToken=0738eb9f132ed756'.
> 
> Any ideas?
> 

you apparently have mono 2.10 installed from experimental:

> -- System Information:
> ii  libmono-corlib2.0-cil         2.10.1-4   Mono core library (for CLI 2.0)


running it as following might work:
mono --runtime=v4.0 /usr/lib/keepass2/KeePass.exe

if it does not work you need to recompile keepass against the 4.0
runtime for it to work with mono 2.10:

apt-get build-dep keepass2 -t experimental
apt-get source --compile keepass2
#install it

beware the build dependencies installation might pull in more
experimental packages into your stable system.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to