when my app deployed and run, I got run-time error: the networking subsystem has not been initialized
- Code: Select all
private SocketTools.InternetServer echoServer = new SocketTools.InternetServer();
int iadapterctr = echoServer.AdapterCount;
for (int i = 0; i < iadapterctr; i++)
{
this.comboBox5.Items.Add(echoServer.AdapterAddress[i].ToString());
}
what I missed?
please help
thanks & regards
Winanjaya