Click here to Skip to main content
16,006,605 members
Home / Discussions / C#
   

C#

 
GeneralRTSP class or libraries Pin
Paolo Ponzano6-Nov-03 4:35
Paolo Ponzano6-Nov-03 4:35 
Generalnd ListBox and maintianing selected items Pin
RB@Emphasys6-Nov-03 4:03
RB@Emphasys6-Nov-03 4:03 
GeneralRe: nd ListBox and maintianing selected items Pin
Heath Stewart6-Nov-03 4:30
protectorHeath Stewart6-Nov-03 4:30 
Generalnt service to start a process Pin
thilol6-Nov-03 3:40
thilol6-Nov-03 3:40 
GeneralRe: nt service to start a process Pin
Heath Stewart6-Nov-03 4:16
protectorHeath Stewart6-Nov-03 4:16 
GeneralRe: nt service to start a process Pin
thilol6-Nov-03 5:24
thilol6-Nov-03 5:24 
GeneralRe: nt service to start a process Pin
Xiangyang Liu 刘向阳6-Nov-03 6:16
Xiangyang Liu 刘向阳6-Nov-03 6:16 
GeneralRe: nt service to start a process Pin
Heath Stewart6-Nov-03 11:35
protectorHeath Stewart6-Nov-03 11:35 
Because the local SYSTEM account is just that - local. When connecting to other services, the SYSTEM account is not the same - not the SID and not the same password (one or the other depends on the authentication used). To access a share on another system, you have to run the service as a domain account - not a local account. Either use or create a domain account (or two local account named the same thing with the same password - works in most cases) and run the service as that user. Make sure that user account has the permissions to run as a service. You can set this in the domain or local security policy for the computer on which the service is being run.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: nt service to start a process Pin
thilol6-Nov-03 22:27
thilol6-Nov-03 22:27 
GeneralRe: nt service to start a process Pin
Heath Stewart7-Nov-03 3:37
protectorHeath Stewart7-Nov-03 3:37 
GeneralRe: nt service to start a process Pin
thilol14-Nov-03 3:00
thilol14-Nov-03 3:00 
GeneralRe: nt service to start a process Pin
Heath Stewart14-Nov-03 4:26
protectorHeath Stewart14-Nov-03 4:26 
GeneralC# Tutorials for extreme newbies... Pin
Fubak6-Nov-03 3:19
Fubak6-Nov-03 3:19 
GeneralRe: C# Tutorials for extreme newbies... Pin
Heath Stewart6-Nov-03 3:39
protectorHeath Stewart6-Nov-03 3:39 
GeneralRe: C# Tutorials for extreme newbies... Pin
Kentamanos6-Nov-03 5:49
Kentamanos6-Nov-03 5:49 
GeneralRe: C# Tutorials for extreme newbies... Pin
J. Dunlap6-Nov-03 8:15
J. Dunlap6-Nov-03 8:15 
GeneralRe: C# Tutorials for extreme newbies... Pin
Kentamanos6-Nov-03 8:19
Kentamanos6-Nov-03 8:19 
GeneralRe: C# Tutorials for extreme newbies... Pin
Heath Stewart6-Nov-03 11:37
protectorHeath Stewart6-Nov-03 11:37 
GeneralRe: C# Tutorials for extreme newbies... Pin
Judah Gabriel Himango6-Nov-03 7:01
sponsorJudah Gabriel Himango6-Nov-03 7:01 
Questioncan one class new another? Pin
R. Thomas6-Nov-03 2:26
R. Thomas6-Nov-03 2:26 
AnswerRe: can one class new another? Pin
bjoernen6-Nov-03 3:07
bjoernen6-Nov-03 3:07 
GeneralRe: can one class new another? Pin
R. Thomas6-Nov-03 3:56
R. Thomas6-Nov-03 3:56 
GeneralRe: can one class new another? Pin
bjoernen6-Nov-03 4:41
bjoernen6-Nov-03 4:41 
GeneralRe: can one class new another? Pin
Judah Gabriel Himango6-Nov-03 7:08
sponsorJudah Gabriel Himango6-Nov-03 7:08 
Generalconfusing constructor prob Pin
R. Thomas6-Nov-03 2:17
R. Thomas6-Nov-03 2:17 

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.