[Mono-list] mono-debugger: Help! EXCEPTION: Mono.Debugger.TargetException: Unsupported `mono' executable

Robert Jordan robertj at gmx.net
Wed Apr 2 09:13:10 EDT 2008


Ildar Mulyukov wrote:
>     Hello,
> 
> I am not sure who I should ask for help. Hence writing to this list.
> 
> When in mdb I "run" command, I get
> EXCEPTION: Mono.Debugger.TargetException: Unsupported `mono' executable: 
> /usr/bin/mono
> 
> Detailed output is attached.
> 
> Version of the software:
> mono-debugger-0.60-alt1
> mono-1.9-alt2

Mdb is usually emitting this error if the installed mono version
does not match mdb's expectations. IIRC, mdb 0.60 requires mono 1.2.6.

As per README, the current mdb version (0.80) requires a post 1.9 mono
from SVN, so you have 2 options: downgrade mono or compile from SVN.

Robert



More information about the Mono-list mailing list