[MonoDevelop] Debugging on Vista 64 Bit

Michael Hutchinson m.j.hutchinson at gmail.com
Wed May 19 22:00:31 EDT 2010


On Wed, May 19, 2010 at 4:57 PM, s_adams <shukri.adams at gmail.com> wrote:
>
> Hi. I tried adding /platform:x86 as instructed, but I still get the error :

MonoDevelop defaults to x86 for new executable solutions. There's also
now a combobox to choose the platform in prefs - no need to specific
the full argument.

> "Debugger Error: The operation failed because debuggee and debugger are on
> incompatible platforms. (Exception from HRESULT: 0x80131C30)"

This error indicates that you're debugging with .NET, not Mono.

Do you have Mono installed? Is it listed in MD's Preferences->.NET
Runtimes? Is it the active runtime for the current solution
(Project->Active Runtime) ?

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list