Romout

Romout


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • WCF Callbacks Hanging WPF Applications
    01/18/2010 - 11:07

    Same for me - I had the problem that a callback method implementation was not able to re-invoke the server. Of course, I've tried it with ____ServiceBehavior____(ConcurrencyMode = ConcurrencyMode.Multiple, UseSynchronizationContext = false) - It took ages until I found Anon's post or better, Reddest's reply to it and realized that I did exactly the same mistake.