[MonoDevelop] Unknown identifier: Dns getting local IP with GetHostEntry

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Feb 23 15:55:11 EST 2010


On Tue, Feb 23, 2010 at 3:14 PM, Steve Ricketts <velocedge at hotmail.com> wrote:
>
> I don't know if it helps, but when I reach the line, Dns.GetHostEntry(""),
> the following is displayed in the application output window:
>
> Loaded assembly: C:\Program Files
> (x86)\Mono-2.6.1\lib\mono\gac\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
> Loaded assembly: C:\Program Files
> (x86)\Mono-2.6.1\lib\mono\gac\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll

Ah, I misread your original message, I thought you meant a compile error.

It may a debugger resolver issue - make sure you have MD 2.2.1 which
has some improvements over 2.2. Or it might be that you're trying to
use types before their assemblies are loaded.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list