Click here to Skip to main content
15,915,094 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Wcf Service in a Windows Service Pin
Ray Cassick26-Mar-09 8:15
Ray Cassick26-Mar-09 8:15 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer26-Mar-09 8:23
Jammer26-Mar-09 8:23 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 1:52
Jammer27-Mar-09 1:52 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 2:11
Ray Cassick27-Mar-09 2:11 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 2:19
Jammer27-Mar-09 2:19 
GeneralRe: Wcf Service in a Windows Service Pin
Pete O'Hanlon27-Mar-09 2:28
mvePete O'Hanlon27-Mar-09 2:28 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 4:15
Jammer27-Mar-09 4:15 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 3:07
Ray Cassick27-Mar-09 3:07 
Debugging windows services can be trickey:


http://msdn.microsoft.com/en-us/library/7a50syb3(VS.80).aspx[^]

http://www.codeproject.com/KB/dotnet/DebugWinServices.aspx[^]

Remember that as a service you are running under a completely different user account so you need to watch the privileges on that account to ensure that it has access to everything you need. Most people, if they need different accesses, create a specific service account that gets created to run the service under rather than adjusting the default account privileges.

Start putting some try\catch blocks in your code to see what is happening where and work from there.


GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 4:17
Jammer27-Mar-09 4:17 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 5:10
Ray Cassick27-Mar-09 5:10 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 5:16
Jammer27-Mar-09 5:16 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 5:34
Ray Cassick27-Mar-09 5:34 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 6:13
Jammer27-Mar-09 6:13 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 6:29
Jammer27-Mar-09 6:29 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 7:06
Ray Cassick27-Mar-09 7:06 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 10:21
Jammer27-Mar-09 10:21 
Questionwant dynamically change the Items Control(FileUploadControl.xaml) in scrollviewer "silver Light" Pin
Piyush Vardhan Singh25-Mar-09 23:43
Piyush Vardhan Singh25-Mar-09 23:43 
AnswerRe: want dynamically change the Items Control(FileUploadControl.xaml) in scrollviewer "silver Light" Pin
Mark Salsbery26-Mar-09 6:14
Mark Salsbery26-Mar-09 6:14 
Questionadd controls dyanmically in Control Template Pin
salon25-Mar-09 23:23
salon25-Mar-09 23:23 
QuestionUser Control drag and drop Pin
thangavel198725-Mar-09 20:57
thangavel198725-Mar-09 20:57 
AnswerRe: User Control drag and drop Pin
ABitSmart25-Mar-09 21:33
ABitSmart25-Mar-09 21:33 
GeneralRe: User Control drag and drop [modified] Pin
thangavel198725-Mar-09 21:38
thangavel198725-Mar-09 21:38 
GeneralRe: User Control drag and drop Pin
ABitSmart25-Mar-09 22:37
ABitSmart25-Mar-09 22:37 
QuestionMVVM design doubt Pin
anishkannan25-Mar-09 20:55
anishkannan25-Mar-09 20:55 
AnswerRe: MVVM design doubt Pin
ABitSmart25-Mar-09 21:02
ABitSmart25-Mar-09 21:02 

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.