【发布时间】:2012-02-21 10:55:42
【问题描述】:
我的 VB 程序中有 11 个错误。所有错误看起来都相似:X 在命名空间 Y 中不明确
错误行:导入 System.Net.Sockets 导入 System.Text 模块模块1 子主()Dim serverSocket As New TcpListener(System.Net.IPAddress.Parse("192.168.1.100"), 8888)
我该如何解决这个问题?
【问题讨论】:
标签: vb.net tcplistener