Click here to Skip to main content
15,891,033 members
Home / Discussions / WPF
   

WPF

 
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 
Mark Salsbery wrote:
It doesn't matter if the service operation is implemented sync or async on the server.

Silverlight is on the client end independent of the server, and service operations
MUST be implemented async in Silverlight. That means specifying AsyncPattern=true
on your OperationContractAttributes and implementing your interface methods with the
BeginOperation/EndOperation pattern


implementing your interface methods with the
BeginOperation/EndOperation pattern

What interface??? I have only one interface on server side.It marked with ServiceContract attribute.
No more interfaces except generated by svcutil(if i use it)
And that serverside interface and it`s implementation=wcf service,it doesn`t contain ANY async pattern methods.
When i write wcf service i don`t want to think "Oh my client will be sl application,then i need async pattern for my methods".
So how can i generate proxy for such a contract without using svcutil.
It`s not possible to use ChannelFactory because it creates sl proxy only for service contracts with async pattern methods.
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 
AnswerRe: Virtualisation in ComboBox Pin
Michael Sync23-Jul-09 6:09
Michael Sync23-Jul-09 6:09 
GeneralRe: Virtualisation in ComboBox Pin
Jeremy Likness26-Jul-09 3:03
professionalJeremy Likness26-Jul-09 3:03 
QuestionRSS using Silver light Pin
Nekkantidivya22-Jul-09 19:03
Nekkantidivya22-Jul-09 19:03 
AnswerRe: RSS using Silver light Pin
Michael Sync23-Jul-09 6:11
Michael Sync23-Jul-09 6:11 
QuestionMessage Removed Pin
22-Jul-09 4:06
professionalN_tro_P22-Jul-09 4:06 
AnswerRe: Binding Questioon Pin
Pete O'Hanlon22-Jul-09 4:34
mvePete O'Hanlon22-Jul-09 4:34 
Questionhow to get the scroll vertical and scroll horizantal for a page created in WPF Pin
Krishna Aditya22-Jul-09 4:04
Krishna Aditya22-Jul-09 4:04 
AnswerRe: how to get the scroll vertical and scroll horizantal for a page created in WPF Pin
#realJSOP22-Jul-09 4:24
mve#realJSOP22-Jul-09 4:24 

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.