Click here to Skip to main content
15,911,531 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF ResourceDictionary problem Pin
Pete O'Hanlon27-Mar-09 4:55
mvePete O'Hanlon27-Mar-09 4:55 
AnswerRe: WPF ResourceDictionary problem [OT] Pin
Wes Aday27-Mar-09 9:17
professionalWes Aday27-Mar-09 9:17 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
BlitzPackage27-Mar-09 14:53
BlitzPackage27-Mar-09 14:53 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
#realJSOP28-Mar-09 1:03
professional#realJSOP28-Mar-09 1:03 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
BlitzPackage28-Mar-09 2:35
BlitzPackage28-Mar-09 2:35 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
#realJSOP28-Mar-09 1:00
professional#realJSOP28-Mar-09 1:00 
QuestionCustom Input Method Editor (IME) candidate window with WPF? Pin
Matt Sherman26-Mar-09 9:16
Matt Sherman26-Mar-09 9:16 
QuestionWcf Service in a Windows Service Pin
Jammer26-Mar-09 7:33
Jammer26-Mar-09 7:33 
AnswerRe: Wcf Service in a Windows Service Pin
Ray Cassick26-Mar-09 8:15
Ray Cassick26-Mar-09 8:15 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer26-Mar-09 8:23
Jammer26-Mar-09 8:23 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 1:52
Jammer27-Mar-09 1:52 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 2:11
Ray Cassick27-Mar-09 2:11 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 2:19
Jammer27-Mar-09 2:19 
GeneralRe: Wcf Service in a Windows Service Pin
Pete O'Hanlon27-Mar-09 2:28
mvePete O'Hanlon27-Mar-09 2:28 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 4:15
Jammer27-Mar-09 4:15 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 3:07
Ray Cassick27-Mar-09 3:07 
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 

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.