Click here to Skip to main content
15,889,876 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 4:17
Jammer27-Mar-09 4:17 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 5:10
Ray Cassick27-Mar-09 5:10 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 5:16
Jammer27-Mar-09 5:16 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 5:34
Ray Cassick27-Mar-09 5:34 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 6:13
Jammer27-Mar-09 6:13 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 6:29
Jammer27-Mar-09 6:29 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 7:06
Ray Cassick27-Mar-09 7:06 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 10:21
Jammer27-Mar-09 10:21 
Hey Chap,

Indeed, I'm thinking of writing this whole thing up. I've made a prototype self-addressing Wcf Windows Service that can be switched between different protocols. And therein lies the mystery!

Basically I had SessionMode=SessionMode.Required set on the main ServiceContract. Then during testing I forgot to remove the http setting from the protocols setting in the config. So then the service starts up with session mode required and then tries to add a basicHttpBinding to the Endpoint Manager ... bang ...

Basically the interaction of config settings need some more management code, if you specify this you can't do this etc ...

The service is headed for a data processing server farm to provide comms so I decided on trying a self addressing thing, that way it could be less setup to do and each machine should be able to find others without the need for a central store of 'registered servers'. If the control center uses the same object, it can self address too then theoretically servers might be able to predict where they will find certain things without being told.

Much work to do before that arrives in full though! Juval Lowy talking about a publisher-subscriber pattern which I'm going to look at later ...

Thank for your help today! Big Grin | :-D


Questionwant dynamically change the Items Control(FileUploadControl.xaml) in scrollviewer "silver Light" Pin
Piyush Vardhan Singh25-Mar-09 23:43
Piyush Vardhan Singh25-Mar-09 23:43 
AnswerRe: want dynamically change the Items Control(FileUploadControl.xaml) in scrollviewer "silver Light" Pin
Mark Salsbery26-Mar-09 6:14
Mark Salsbery26-Mar-09 6:14 
Questionadd controls dyanmically in Control Template Pin
salon25-Mar-09 23:23
salon25-Mar-09 23:23 
QuestionUser Control drag and drop Pin
thangavel198725-Mar-09 20:57
thangavel198725-Mar-09 20:57 
AnswerRe: User Control drag and drop Pin
ABitSmart25-Mar-09 21:33
ABitSmart25-Mar-09 21:33 
GeneralRe: User Control drag and drop [modified] Pin
thangavel198725-Mar-09 21:38
thangavel198725-Mar-09 21:38 
GeneralRe: User Control drag and drop Pin
ABitSmart25-Mar-09 22:37
ABitSmart25-Mar-09 22:37 
QuestionMVVM design doubt Pin
anishkannan25-Mar-09 20:55
anishkannan25-Mar-09 20:55 
AnswerRe: MVVM design doubt Pin
ABitSmart25-Mar-09 21:02
ABitSmart25-Mar-09 21:02 
GeneralRe: MVVM design doubt Pin
anishkannan25-Mar-09 21:40
anishkannan25-Mar-09 21:40 
GeneralRe: MVVM design doubt Pin
ABitSmart25-Mar-09 21:52
ABitSmart25-Mar-09 21:52 
GeneralRe: MVVM design doubt Pin
anishkannan25-Mar-09 22:12
anishkannan25-Mar-09 22:12 
GeneralRe: MVVM design doubt Pin
ABitSmart25-Mar-09 22:16
ABitSmart25-Mar-09 22:16 
GeneralRe: MVVM design doubt Pin
anishkannan25-Mar-09 23:40
anishkannan25-Mar-09 23:40 
GeneralRe: MVVM design doubt Pin
ABitSmart26-Mar-09 0:22
ABitSmart26-Mar-09 0:22 
AnswerRe: MVVM design doubt Pin
Pete O'Hanlon25-Mar-09 23:02
mvePete O'Hanlon25-Mar-09 23:02 
GeneralRe: MVVM design doubt Pin
ABitSmart25-Mar-09 23:33
ABitSmart25-Mar-09 23:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.