[MonoDevelop] can't start monodevelop

Lluis Sanchez lluis at ximian.com
Wed Sep 21 08:07:02 EDT 2005


El dc 21 de 09 del 2005 a les 13:34 +0200, en/na Jeroen Zwartepoorte va
escriure:
> Hey guys,
> 
> I've rebuilt my complete GNOME/Mono stack, including MD. I can't start
> MD however. The ParserDatabase tries to create a new
> AssemblyCodeCompletionDatabase which calls
> ProcessService.CreateExternalProcessObject. This in turn tries to run
> mdhost.exe to create an external process (?). For some reason, the
> mdhost.exe startup fails. The end result is that i never get past the
> splash screen in MD.
> 
> Couple of questions:
> 
> 1. Does anyone know how i can fix this? Or some pointers on how to debug it?

I can't know how you can fix this, unless you provide more information
about the error you get.

> 
> 2. Why does it want to start the AssemblyCodeCompletionDatabase from a
> separate process?

1) To avoid the allocation of memory needed by System.Reflection in the
MD process.
2) To avoid conflicts between loaded assemblies needed to run MD and
assemblies being parsed.

> 
> 3. mdhost uses the Remoting namespace. What about using D-Bus for this stuff?

Which benefit has D-Bus over remoting in this particular use case?

> 
> Regards,
> 
> Jeroen
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list