Click here to Skip to main content
15,914,066 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: silverlight 3 Pin
Mark Salsbery24-Jul-09 11:08
Mark Salsbery24-Jul-09 11:08 
QuestionHosting MS Office in WPF app Pin
amit_198624-Jul-09 1:41
amit_198624-Jul-09 1:41 
AnswerRe: Hosting MS Office in WPF app Pin
Pete O'Hanlon24-Jul-09 2:18
mvePete O'Hanlon24-Jul-09 2:18 
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 
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 

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.