Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
GeneralC# grid control - headers Pin
Andy H4-Jul-04 0:06
Andy H4-Jul-04 0:06 
GeneralRe: C# grid control - headers Pin
Heath Stewart5-Jul-04 6:04
protectorHeath Stewart5-Jul-04 6:04 
GeneralD3DXSaveSurfaceToFile() is nowhere to be found. Pin
3-Jul-04 18:36
suss3-Jul-04 18:36 
GeneralRe: D3DXSaveSurfaceToFile() is nowhere to be found. Pin
leppie3-Jul-04 20:20
leppie3-Jul-04 20:20 
GeneralRe: D3DXSaveSurfaceToFile() is nowhere to be found. Pin
Heath Stewart5-Jul-04 6:09
protectorHeath Stewart5-Jul-04 6:09 
GeneralRe: D3DXSaveSurfaceToFile() is nowhere to be found. Pin
Nick Z.5-Jul-04 8:50
Nick Z.5-Jul-04 8:50 
GeneralJIT Debugging Pin
allegator3-Jul-04 18:14
allegator3-Jul-04 18:14 
GeneralRe: JIT Debugging Pin
Heath Stewart5-Jul-04 6:15
protectorHeath Stewart5-Jul-04 6:15 
You need to grant the NT AUTHORITY\LOCAL SERVICE user debug privileges. That's actually a very bad idea, though. Anyone with debugging privileges can do quite a few things to your system that would go unchecked (like overwriting memory addresses without taking advantage of security holes). Instead, while debugging your service you should run it as you (which, presumably, already has debugging privileges).

To give NT AUTHORITY\LOCAL SERVICE debugging privileges or to make sure you have them (if you can debug, you have them), use the local security policy editor in Control Panel->Administrative Tools->Local Security Policy. Drill down to Local Policies->User Rights Assignment. Note that if you're in a domain, the domain administrator might have set these and taken away your ability to change them.

Again, giving NT AUTHORITY\LOCAL SERVICE debug privileges is a bad idea - it is a security hole. Just change the login credentials for your service to you for the time being to find the problem. Do run it as NT AUTHORITY\LOCAL SERVICE to make sure everything works once yo've figured out the problem, however.

 

Microsoft MVP, Visual C#
My Articles
Questionwhy i can't run a c# app on win 2k without .net framework installed? Pin
jl_araya3-Jul-04 12:32
jl_araya3-Jul-04 12:32 
AnswerRe: why i can't run a c# app on win 2k without .net framework installed? Pin
Stefan Troschuetz3-Jul-04 13:00
Stefan Troschuetz3-Jul-04 13:00 
AnswerRe: why i can't run a c# app on win 2k without .net framework installed? Pin
Tom Larsen3-Jul-04 19:59
Tom Larsen3-Jul-04 19:59 
Generalthanx! Pin
jl_araya4-Jul-04 12:51
jl_araya4-Jul-04 12:51 
Generalnoob question about classes Pin
pidhead3-Jul-04 9:20
pidhead3-Jul-04 9:20 
GeneralRe: noob question about classes Pin
Colin Angus Mackay3-Jul-04 12:18
Colin Angus Mackay3-Jul-04 12:18 
GeneralRe: noob question about classes Pin
pidhead3-Jul-04 12:58
pidhead3-Jul-04 12:58 
GeneralRe: noob question about classes Pin
Colin Angus Mackay3-Jul-04 15:38
Colin Angus Mackay3-Jul-04 15:38 
QuestionAfter close MemoryStream, how to open it to read again? Pin
god4k3-Jul-04 7:17
god4k3-Jul-04 7:17 
AnswerRe: After close MemoryStream, how to open it to read again? Pin
Steven Campbell3-Jul-04 7:52
Steven Campbell3-Jul-04 7:52 
QuestionRetrieve machine names and/or IP's ..? Pin
Adel83k3-Jul-04 6:36
Adel83k3-Jul-04 6:36 
AnswerRe: Retrieve machine names and/or IP's ..? Pin
Heath Stewart5-Jul-04 6:17
protectorHeath Stewart5-Jul-04 6:17 
GeneralIDisposable, destructors and loaded assemblies Pin
Boaz V3-Jul-04 5:01
Boaz V3-Jul-04 5:01 
GeneralRe: IDisposable, destructors and loaded assemblies Pin
KevinMac4-Jul-04 9:27
KevinMac4-Jul-04 9:27 
Generaldouble buffering Pin
blankg3-Jul-04 4:43
blankg3-Jul-04 4:43 
GeneralRe: double buffering Pin
Heath Stewart5-Jul-04 6:23
protectorHeath Stewart5-Jul-04 6:23 
GeneralCRC check Pin
kratchkov3-Jul-04 3:51
kratchkov3-Jul-04 3:51 

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.