Click here to Skip to main content
15,892,059 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Load picture from resource file XAML Pin
Tarun.K.S2-Mar-11 2:51
Tarun.K.S2-Mar-11 2:51 
Questioncheck if windows service is stopped. Pin
arkiboys28-Feb-11 21:16
arkiboys28-Feb-11 21:16 
AnswerRe: check if windows service is stopped. Pin
Vimalsoft(Pty) Ltd28-Feb-11 21:34
professionalVimalsoft(Pty) Ltd28-Feb-11 21:34 
GeneralRe: check if windows service is stopped. Pin
arkiboys28-Feb-11 21:47
arkiboys28-Feb-11 21:47 
AnswerRe: check if windows service is stopped. Pin
RobCroll28-Feb-11 21:36
RobCroll28-Feb-11 21:36 
GeneralRe: check if windows service is stopped. Pin
arkiboys28-Feb-11 21:50
arkiboys28-Feb-11 21:50 
GeneralRe: check if windows service is stopped. Pin
Pete O'Hanlon28-Feb-11 23:10
mvePete O'Hanlon28-Feb-11 23:10 
GeneralRe: check if windows service is stopped. Pin
arkiboys1-Mar-11 0:15
arkiboys1-Mar-11 0:15 
In below code, The Getsettings() is called.
And definitely the client_GetSettingsCompleted is NOT called because the windows service is stopped.
The code passes the client.GetSettingsAsync(); but then the error seems to occur in EndGetSetting in the reference.cs file.
Any thoughts please?
Thanks
private void GetSettings()
{
MyWinService.myClassClient client = new MyWinService.myClassClient();
                client.GetSettingsCompleted += new EventHandler<MyWinService.GetSettingsCompletedEventArgs>(client_GetSettingsCompleted);
client.GetSettingsAsync();
}

void client_GetSettingsCompleted(object sender, MyWinService.GetSettingsCompletedEventArgs e)
{
...
}

GeneralRe: check if windows service is stopped. Pin
Pete O'Hanlon1-Mar-11 0:18
mvePete O'Hanlon1-Mar-11 0:18 
GeneralRe: check if windows service is stopped. Pin
arkiboys1-Mar-11 1:10
arkiboys1-Mar-11 1:10 
GeneralRe: check if windows service is stopped. Pin
Pete O'Hanlon1-Mar-11 1:19
mvePete O'Hanlon1-Mar-11 1:19 
GeneralRe: check if windows service is stopped. Pin
arkiboys1-Mar-11 1:59
arkiboys1-Mar-11 1:59 
GeneralRe: check if windows service is stopped. Pin
Pete O'Hanlon1-Mar-11 2:51
mvePete O'Hanlon1-Mar-11 2:51 
GeneralRe: check if windows service is stopped. Pin
arkiboys1-Mar-11 3:09
arkiboys1-Mar-11 3:09 
GeneralRe: check if windows service is stopped. Pin
Pete O'Hanlon1-Mar-11 3:28
mvePete O'Hanlon1-Mar-11 3:28 
GeneralRe: check if windows service is stopped. Pin
arkiboys1-Mar-11 6:15
arkiboys1-Mar-11 6:15 
GeneralRe: check if windows service is stopped. Pin
RobCroll1-Mar-11 13:25
RobCroll1-Mar-11 13:25 
GeneralRe: check if windows service is stopped. Pin
Mycroft Holmes1-Mar-11 19:53
professionalMycroft Holmes1-Mar-11 19:53 
GeneralRe: check if windows service is stopped. Pin
Pete O'Hanlon1-Mar-11 22:21
mvePete O'Hanlon1-Mar-11 22:21 
GeneralRe: check if windows service is stopped. Pin
RobCroll2-Mar-11 2:32
RobCroll2-Mar-11 2:32 
GeneralRe: check if windows service is stopped. Pin
Pete O'Hanlon2-Mar-11 3:55
mvePete O'Hanlon2-Mar-11 3:55 
QuestionIs Custom ValueConverter class ,inside wpf userControl codebehind Proper. Pin
o1010wanabe28-Feb-11 5:37
o1010wanabe28-Feb-11 5:37 
AnswerRe: Is Custom ValueConverter class ,inside wpf userControl codebehind Proper. Pin
_Maxxx_28-Feb-11 13:59
professional_Maxxx_28-Feb-11 13:59 
AnswerRe: Is Custom ValueConverter class ,inside wpf userControl codebehind Proper. Pin
Abhinav S28-Feb-11 18:05
Abhinav S28-Feb-11 18:05 
Questionvideo manipulation in silverlight web application Pin
Nilesh Kshetre27-Feb-11 22:26
Nilesh Kshetre27-Feb-11 22:26 

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.