Re: [Mono-dev] Question about Zeroconf sample

2009-04-02 Thread Jupe

Same problem here. Mono.ZeroConf version 0.8.0 (Ubuntu Intrepid), mono 2.4.
When I create a service XML file, resolving works from Mono.ZeroConf.
-- 
View this message in context: 
http://www.nabble.com/Question-about-Zeroconf-sample-tp22278890p22844991.html
Sent from the Mono - Dev mailing list archive at Nabble.com.

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Question about Zeroconf sample

2009-03-01 Thread pablosantosl...@terra.es
Hi,

I don't know if there's a more suitable place to send this, if so, 
please let me know.

I was trying today the sample on the Mono Zeroconf 
(http://www.mono-project.com/Mono.Zeroconf) page.

Well, I run it on my OpenSuse box, but the client (nor mzclient) can't 
see the registered service...

No error or exception is raised but the following code

RegisterService service = new RegisterService ();
service.Name = Aaron's DAAP Share;
service.RegType = _daap._tcp;
service.ReplyDomain = local.;
service.Port = 3689;

// TxtRecords are optional
TxtRecord txt_record = new TxtRecord ();
txt_record.Add (Password, false);
service.TxtRecord = txt_record;

service.Register ();

doesn's seem to register the service correctly

I run it both as regular user and root, and I also checked I've the 
Zeroconf package installed (and of course the Mono assemblies)

Thanks,


pablo
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list