【发布时间】:2012-08-07 08:25:50
【问题描述】:
你好,我从Mono ZeroConf的教程开始
当我的代码到达这条线时
ServiceBrowser browser = new ServiceBrowser ();
我得到一个系统异常
System.Exception: No Zeroconf providers could be found or initialized. Necessary daemon may not be running.
那么我如何运行必要的守护进程或提供程序(在 Windows 上)?
【问题讨论】:
-
我认为您需要系统 zeroconf (rendezvous 或 bonjour) 服务才能运行
-
这说明了异常,但是我如何运行 zeroconf 守护进程
标签: networking mono bonjour zeroconf