Click here to Skip to main content
15,894,017 members
Home / Discussions / C#
   

C#

 
GeneralRe: excel format Pin
djkno316-Aug-03 12:33
djkno316-Aug-03 12:33 
GeneralRe: excel format Pin
Stephane Rodriguez.17-Aug-03 5:31
Stephane Rodriguez.17-Aug-03 5:31 
GeneralC# applet and parameter problem Pin
aw1ay16-Aug-03 5:54
aw1ay16-Aug-03 5:54 
GeneralRe: C# applet and parameter problem Pin
Sergiu7-Nov-03 20:37
Sergiu7-Nov-03 20:37 
General2 ListBox operations Pin
Hovik Melkomian16-Aug-03 5:24
Hovik Melkomian16-Aug-03 5:24 
GeneralRe: 2 ListBox operations Pin
Ista16-Aug-03 12:13
Ista16-Aug-03 12:13 
GeneralWindows Service And Custom DLL Pin
cacadekick16-Aug-03 4:43
cacadekick16-Aug-03 4:43 
GeneralRe: Windows Service And Custom DLL Pin
Burt Harris16-Aug-03 15:38
Burt Harris16-Aug-03 15:38 
What I'd do is attach to the service with a debugger and trace thru it.

I gather your C# service is an EXE, and it's connecting to a different C# DLL. Is the EXE built with a reference to the DLL, or are you trying to do something different? Do they exist in the same directory?

One possibility is there is some problem locating the DLL. There's a tool called FUSLOGVW that helps in tracking this sort of thing.

Another thing to check is what account the service is running under. Some accounts, like the XP local and network service accounts have enough privilidge to write to an existing event log source, but not enough to create a new source. Creating of the new source typically happens at installation time.

Hope some of that helps you.

Burt Harris
GeneralRe: Windows Service And Custom DLL Pin
cacadekick18-Aug-03 5:30
cacadekick18-Aug-03 5:30 
Generaluse pointers in c# Pin
Ista16-Aug-03 4:15
Ista16-Aug-03 4:15 
GeneralRe: use pointers in c# Pin
leppie16-Aug-03 4:34
leppie16-Aug-03 4:34 
GeneralRe: use pointers in c# Pin
Ista16-Aug-03 8:02
Ista16-Aug-03 8:02 
GeneralRe: use pointers in c# Pin
leppie16-Aug-03 10:41
leppie16-Aug-03 10:41 
GeneralRe: use pointers in c# Pin
Ista16-Aug-03 12:06
Ista16-Aug-03 12:06 
GeneralRe: use pointers in c# Pin
J. Dunlap16-Aug-03 12:23
J. Dunlap16-Aug-03 12:23 
GeneralRe: use pointers in c# Pin
Ista16-Aug-03 15:37
Ista16-Aug-03 15:37 
GeneralRe: use pointers in c# Pin
J. Dunlap16-Aug-03 16:51
J. Dunlap16-Aug-03 16:51 
GeneralRe: use pointers in c# Pin
Ista16-Aug-03 15:49
Ista16-Aug-03 15:49 
GeneralRe: use pointers in c# Pin
Nish Nishant16-Aug-03 16:55
sitebuilderNish Nishant16-Aug-03 16:55 
GeneralRe: use pointers in c# Pin
J. Dunlap16-Aug-03 16:58
J. Dunlap16-Aug-03 16:58 
GeneralRe: use pointers in c# Pin
Ista16-Aug-03 16:59
Ista16-Aug-03 16:59 
GeneralRe: use pointers in c# Pin
Nish Nishant16-Aug-03 16:53
sitebuilderNish Nishant16-Aug-03 16:53 
GeneralRe: use pointers in c# Pin
Ista16-Aug-03 16:55
Ista16-Aug-03 16:55 
GeneralRe: use pointers in c# Pin
Nish Nishant16-Aug-03 17:01
sitebuilderNish Nishant16-Aug-03 17:01 
GeneralRe: use pointers in c# Pin
Burt Harris16-Aug-03 17:28
Burt Harris16-Aug-03 17:28 

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.