3 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for DustinS

I made client & server programs in C# based on this example code. c# client program: IPHostEntry ip = Dns.GetHostEntry(tbServer.Text);//"MyComputer-MSI" string addr = ip.AddressList[0].ToString(); TcpClient clientSocket = new TcpClient(addr, 1234); At the last line above, I got the message: An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in System.dll Additional information: …

0
108
Member Avatar for altjen

hi. few days ago I create a Azure Account and create a Virtual Machine install SQL server managment. open TCP port 1433. but now I cant connect to my app... my DNS is btca.cloudapp.net but cant connect the code with the database... please help me...

0
88
Member Avatar for richsilv

<context> I have a simple Home Network. A few PCs (with fixed IP addrs) and a couple of laptops that are configured to use DHCP, all configured to a local Workgroup. In order to help out my wife and daughter with their PC issues (or to install updates and such) …

0
169

The End.