[MonoDevelop] System.ApplicationException: Couldn't create a remote process.

Lluis Sanchez lluis at ximian.com
Tue Feb 21 10:22:16 EST 2006


El mar, 21-02-2006 a las 10:50 -0300, Felipe Almeida Lessa escribió:
> Em Ter, 2006-02-21 às 12:00 +0100, Lluis Sanchez escreveu:
> > Do you get other error messages before the exception? Something like
> > what is described in http://bugzilla.ximian.com/show_bug.cgi?id=76868?
> 
> I solved the problem some time ago.
> 
> No, I was not seeing any other messages, but --trace'ing MonoDevelop I
> found out that it was opening a connection to a strange IP address
> (something like 169.254.66.229), while I had only two addresses:
> 127.0.0.1 for lo and 192.168.1.2 for eth0.
> 
> Later I found out that my eth0 was with this strange address, but when
> setting it manually to 192.168.1.2 again MonoDevelop started to work as
> well.
> 
> Looking more at the ifup utility (from Debian), I found a script from
> zeroconf that was doing all the mess: see
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=351540 . Removing the
> package made everything go back to normal.

Thanks for the info, I updated the Troubleshooting page in MD's wiki.

> 
> Now, the question is: why does MonoDevelop tries to use my eth0 address
> instead of the loopback address?

It's not MonoDevelop, it's Mono, it just takes any available network
interface.

Lluis.




More information about the Monodevelop-list mailing list