Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Indigo

Vista - Re: Problem with wsDualHttpBinding - NOV CTP - Programming Indigo - Ch

 
 
Old 03-04-2006   #1 (permalink)
Fabio Cavalcante


 
 

Re: Problem with wsDualHttpBinding - NOV CTP - Programming Indigo - Ch

Robert,

Could you give some more information about the problem? (exception message,
error detail) and also some more information about your service
implementation?

- Fabio Cavalcante
http://www.codesapien.com

"Robert Hildebrand" <RobertHildebrand@discussions.microsoft.com> wrote in
message news:52621ABC-7ABA-4EA3-834B-41775AA2511A@microsoft.com...
>I have functional service hosted by IIS that is designed to function in a
> duplex manner.
>
> I've created a simple console app that connects to the service. When I
> first launched the client app I received a message indicating that another
> app was already using port 80. Did some searching on the net and found
> this blog http://kennyw.com/category/indigo/page/2 which explains my
> situation
> perfectly. The issue is that IIS is already using port 80 and that my
> client
> must use some other port. So, I setup my config similar to the
> following...
>
> <?xml version="1.0" encoding="utf-8"?>
> <configuration>
> <system.serviceModel>
> <client>
> <endpoint name="SampleEndpoint"
> address="http://localhost/Duplex/service.svc"
> bindingConfiguration="SampleBinding"
> binding="wsDualHttpBinding"
> contract="ISampleContract" />
> </client>
> <bindings>
> <wsDualHttpBinding>
> <binding name="SampleBinding"
> clientBaseAddress="http://localhost:8001/Client/"/>
> </wsDualHttpBinding>
> </bindings>
> </system.serviceModel>
> </configuration>
>
> The thing i'm not too sure about is that EXACT setting of
> clientBaseAddress,
> the port
> addition makes sense to me, however i'm not sure about the /client/ part.
> When I
> run my app now, I don't get the port 80 confict, however I am getting a
> timeout when
> I go try to access one of the service functions. Something's not right
> here.
>
> By the way, this code is basically right out of Pallmann's Programming
> Indigo - Chap 6.
>
>
> Any suggestions would be appreciated.
>




My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
facing data loss problem in socket programming while using IIS .NET General
Java Programming Problem Vista security


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46