Click here to Skip to main content
15,890,982 members
Home / Discussions / WPF
   

WPF

 
QuestionUsing directional keys to rotate a 3D model? Pin
Etienne_12323-Jul-09 7:02
Etienne_12323-Jul-09 7:02 
AnswerRe: Using directional keys to rotate a 3D model? Pin
Pete O'Hanlon24-Jul-09 0:46
mvePete O'Hanlon24-Jul-09 0:46 
Questionconversion of Web rendering units to Wpf rendering units Pin
vsaratkar23-Jul-09 7:00
vsaratkar23-Jul-09 7:00 
QuestionMessage Removed Pin
23-Jul-09 5:45
professionalN_tro_P23-Jul-09 5:45 
AnswerRe: Templates and Libraries Pin
Mark Salsbery23-Jul-09 6:36
Mark Salsbery23-Jul-09 6:36 
QuestionSystem.Security. Security Exception in Silver light Pin
Nekkantidivya23-Jul-09 2:49
Nekkantidivya23-Jul-09 2:49 
AnswerRe: System.Security. Security Exception in Silver light Pin
Michael Sync23-Jul-09 6:00
Michael Sync23-Jul-09 6:00 
QuestionHow to create channel factory for Sync Wcf contract? Pin
pioner22-Jul-09 23:48
pioner22-Jul-09 23:48 
I have a lot of Services running.
And all of them are written in sync way.There is no async operation pattern at all.
Silverlight 3.0 client is one of many clients for this services.
All other clients work pretty well with sync operations.
I have to generate SL proxy for this services.
I do not want to use AddServiceReference.
I want to use ChannelFactory to create proxy.
When i write ChannelFactory<IServiceRegistrar> cf = new ChannelFactory<IServiceRegistrar>(new BasicHttpBinding(),
new EndpointAddress("http://localhost:5545/Registry"));
i have exception saying that IServiceRegistrar contract does not support async pattern.
How can i create proxy for sync wcf service contract manually in SL?
AnswerRe: How to create channel factory for Sync Wcf contract? Pin
Michael Sync23-Jul-09 6:05
Michael Sync23-Jul-09 6:05 
AnswerRe: How to create channel factory for Sync Wcf contract? Pin
Mark Salsbery23-Jul-09 6:21
Mark Salsbery23-Jul-09 6:21 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Michael Sync23-Jul-09 6:42
Michael Sync23-Jul-09 6:42 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Mark Salsbery23-Jul-09 7:08
Mark Salsbery23-Jul-09 7:08 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Michael Sync23-Jul-09 7:38
Michael Sync23-Jul-09 7:38 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Michael Sync23-Jul-09 7:41
Michael Sync23-Jul-09 7:41 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Mark Salsbery23-Jul-09 7:47
Mark Salsbery23-Jul-09 7:47 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
pioner23-Jul-09 10:25
pioner23-Jul-09 10:25 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Michael Sync23-Jul-09 19:38
Michael Sync23-Jul-09 19:38 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
pioner23-Jul-09 22:05
pioner23-Jul-09 22:05 
AnswerRe: How to create channel factory for Sync Wcf contract? Pin
Adriaan Davel23-Jul-09 19:44
Adriaan Davel23-Jul-09 19:44 
AnswerRe: How to create channel factory for Sync Wcf contract? Pin
DukeZ16-Aug-11 5:18
DukeZ16-Aug-11 5:18 
QuestionListView SelectedValue Binding issue Pin
bonkers12322-Jul-09 21:19
bonkers12322-Jul-09 21:19 
AnswerRe: ListView SelectedValue Binding issue Pin
Pete O'Hanlon22-Jul-09 21:44
mvePete O'Hanlon22-Jul-09 21:44 
GeneralRe: ListView SelectedValue Binding issue Pin
bonkers12323-Jul-09 1:25
bonkers12323-Jul-09 1:25 
GeneralRe: ListView SelectedValue Binding issue Pin
Pete O'Hanlon23-Jul-09 2:54
mvePete O'Hanlon23-Jul-09 2:54 
QuestionVirtualisation in ComboBox Pin
SriBalupalakkattu22-Jul-09 20:55
SriBalupalakkattu22-Jul-09 20:55 

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.