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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
