On 8/2/05, analyzer <[EMAIL PROTECTED]> wrote:
> Here is the command line output:
> 
> [EMAIL PROTECTED] bin]# monodevelop
> ...
> System.Reflection.TargetInvocationException: Exception has been thrown by
> the ta rget of an invocation. --->
> System.Net.Sockets.SocketException: No such host is known in <0x0009f>
> System.Net.Dns:GetHostByName (System.String hostName) in <0x00066>
> System.Net.Dns:Resolve (System.String hostName) in <0x00081>
> ...

this is because your hostname 'dhcppc10' cannot be resolved to an IP
address, you need to make sure your hostname is added to the file
/etc/hosts

for example:
[EMAIL PROTECTED]:~$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost desktop

-- Ben
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to