Do you have any idea to change the code and avoid to use MapToIPv4 because my computer is Visual studio 2010?
hostIP = ipHostInfo.AddressList(CType(logNconfig.Addresslist.ToString(), Integer))
TxtIP.Text = hostIP.MapToIPv4.ToString()
hostIP = System.Net.IPAddress.Parse(TxtIP.Text)
server = Nothing
server = New TcpListener(hostIP, TxtPort.Text)
server.Start()
Do you have any idea to solve this? :( i want run it as visual studio 2010..