Comments on: WCF and Publish Subscribe–A Full Example: Running the Client (Subscriber) https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/ Production Grade Technical Solutions | Data Encryption and Public Cloud Expert Fri, 04 Jul 2014 18:47:26 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Anthaelle https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-1803 Fri, 04 Jul 2014 18:47:26 +0000 http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-1803 In reply to Anuj Varma.

I have retest with your suggestion but I till having the issue ( and different from the page)

I execute the service first on port 26836
I try to subscribe to the service using the subscribe project and I still having an issue coming : port already opened

the error came with folling exception
System.ServiceModel.AddressAlreadyInUseException:

]]>
By: Anuj Varma https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-1802 Fri, 04 Jul 2014 15:40:50 +0000 http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-1802 In reply to Anthaelle.

To overcome that error, try the suggestions here

http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/

]]>
By: Anthaelle https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-1801 Fri, 04 Jul 2014 09:29:03 +0000 http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-1801 Hello
Thanks for this nice article.

I tried to have a look with the source code associated and I get something strange
I execute the wcf from vs and I run from the command line the subscriber.

Do you have any ideas why when I tried to execute this example I egt the following error :

Unhandled Exception: System.ServiceModel.AddressAlreadyInUseException: HTTP coul
d not register URL http://+:26836/myClienta1c0ab96-20ab-40bc-958a-6acf5794c8b2/
because TCP port 26836 is being used by another application. —> System.Net.Htt
pListenerException: The process cannot access the file because it is being used
by another process
at System.Net.HttpListener.AddAllPrefixes()

Everything seems ok but I dont know what I do wrong on my usage.

Thanks by advance

]]>
By: Anuj Varma https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-811 Thu, 05 Dec 2013 16:07:18 +0000 http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-811 In reply to Anuj Varma.

The download should be available now. Thanks for pointing it out.

]]>
By: Anuj Varma https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-788 Mon, 02 Dec 2013 06:25:54 +0000 http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-788 In reply to emily.

Source code should be on the last post (number 6).
Also, I would recommend trying another post – just search for IObservable on the website – you should see a post describing two new interfaces in c# for pub-sub.

]]>
By: emily https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-787 Mon, 02 Dec 2013 06:10:33 +0000 http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-787 hi,
i couldnt find the souce code to download. Does it still available? I need to implement pub/sub in my project.

]]>
By: WCF and Publish Subscribe–A Full Example: Client Code | Anuj Varma, Technical Architect https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-755 Tue, 26 Nov 2013 21:09:59 +0000 http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-755 […] WCF and Publish Subscribe–A Full Example: Running the Client (Subscriber) […]

]]>
By: Anuj Varma https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-240 Tue, 15 Jan 2013 08:54:13 +0000 http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-240 In reply to Shailesh.

Thanks for pointing that out

]]>
By: Shailesh https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-239 Tue, 15 Jan 2013 08:34:28 +0000 http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-239 In reply to Brenelyn.

Delete AssemblyInfo file from properties in each of ur project and recreate or run without it it it.

]]>
By: Brenelyn https://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-236 Thu, 06 Dec 2012 08:12:17 +0000 http://www.anujvarma.com/wcf-and-publish-subscribea-full-example-running-the-client-subscriber/#comment-236 Hi. Great post! I downloaded your solution, run it and something went wrong. There’s an error: “Source file ‘WCFPublishService\Consoleapplication1\Properies\AssemblyInfo.cs’ could not be opened(‘Unspecified error’)”

Im new in WCF as well as in Publish-Subcribe framework. I’d like your example be my guide in this. Please help. Thank you.

]]>