Hi All,
I have written an application in which I m accessing remote host name using;
System.net.dns. GetHostByAddres s(<IP Address>).HostN ame
It is working fine with Windows Vista and Windows XP, but when I try to get remote host name from win2k machine, it throws an exception.
Is there any alternative for this.
I m writting this application using .Net framework 1.1
Thanks
I have written an application in which I m accessing remote host name using;
System.net.dns. GetHostByAddres s(<IP Address>).HostN ame
It is working fine with Windows Vista and Windows XP, but when I try to get remote host name from win2k machine, it throws an exception.
Is there any alternative for this.
I m writting this application using .Net framework 1.1
Thanks
Comment