English 中文(简体)
OSX Mono.Zeroconf港口
原标题:OSX port of Mono.Zeroconf

我正试图让MZClient到OSX 10.7.3上运行,并且能够 past开提供商法模块,不发现任何可接受的条目。 我进行了尝试,试图硬化档案名称,但已经做了一些工作。 关于如何做到这一点的任何建议?

问题回答

• 确保你在申请目录中拥有Mono.Zeroconf.Providers.Bonjour.dll,并确保有Mono.Zeroconf.Providers.Bonjour.dll。

<configuration>
  <dllmap dll="dnssd.dll" target="libc.dylib" os="osx" />
</configuration>

It s that .config file that took me awhile to figure out.





相关问题
What are some things Mono is not a good fit for?

I ve started your typical web project from scratch using the Mono platform. You know, web services, a UI, MySQL database, all that. I ve heard around the net that it s not a picture-perfect ...

How Reliable is Mono on Linux vs .NET on Windows?

I am trying to decide upon using Mono with C# or Python (Django) for a Linux based Web Site. My concern with C# is that Mono may not be as reliable as .NET. Does anyone have any experience with this?

System.Data in Mono

Has System.Data in Mono been expanded to include extra functionality? I m attempting to make use of the SQL Parser written for Mono in Mono.Data.SqlExpressions but when all the classes in the ...

Basic MEF workflow/usage

I m looking to a framework which will allow me to have a simple plugin system in my .NET application. It seems MEF is the framework which Microsoft is endorsing, and will become part of .NET 4 (it ...

In Mono/Gnome, how can I look up the icon for a mime type?

Gnome.Icon and Gnome.ThumbnailFactory both want me to pass in a URI of a file whose icon I want -- I only have a MIME type, which I want to look up an icon for. Is there a GNOME C# API function which ...

ASP.NET MVC 2 on mono

Is it possible to run the new ASP.NET MVC 2 Preview 2 on mono?

热门标签