Click here to Skip to main content
15,913,854 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: .net remoting security problem Pin
leppie4-Jun-08 2:15
leppie4-Jun-08 2:15 
GeneralRe: .net remoting security problem Pin
Tokes Erno4-Jun-08 2:37
Tokes Erno4-Jun-08 2:37 
GeneralRe: .net remoting security problem Pin
leppie4-Jun-08 4:36
leppie4-Jun-08 4:36 
QuestionCould we have VS.NET 2005 and 2008 onthe same machine (pc or notebook) ? [modified] Pin
bug_aonz3-Jun-08 18:36
bug_aonz3-Jun-08 18:36 
AnswerRe: Could we have VS.NET 2005 and 2008 onthe same machine (pc or notebook) ? Pin
John Ad3-Jun-08 18:57
John Ad3-Jun-08 18:57 
AnswerRe: Could we have VS.NET 2005 and 2008 onthe same machine (pc or notebook) ? Pin
Tariq A Karim9-Jun-08 16:49
Tariq A Karim9-Jun-08 16:49 
QuestionMultiple instances of NTService process [modified] Pin
malharone3-Jun-08 10:36
malharone3-Jun-08 10:36 
AnswerRe: Multiple instances of NTService process Pin
Mike Dimmick3-Jun-08 13:59
Mike Dimmick3-Jun-08 13:59 
You can have multiple instances but you need to create them as different named services. You have to give them different names.

When starting a service, the Service Control Manager looks at the ImagePath to determine if the process that runs this service is already running. If it is but the process specifies WIN32_OWN_PROCESS in the Type value (either for the process already running or the one to be started) it fails. When performing the check, the whole command line, not just the EXE name, is used.

SvcHost uses the -k parameter for this purpose. This parameter doesn't do anything. It's just there to make the SCM instruct the right instance of SvcHost to start this service. SvcHost itself is a generic host process - it doesn't do anything itself, it just loads the DLL specified under the service's Parameters key. Microsoft have not documented the interface that a DLL must implement to be loaded by SvcHost - it's intended for their own use only.


DoEvents: Generating unexpected recursion since 1991

GeneralRe: Multiple instances of NTService process Pin
malharone3-Jun-08 21:37
malharone3-Jun-08 21:37 
QuestionRegistering an windows Application to a URL Protocol Pin
asma_panjabi3-Jun-08 3:27
asma_panjabi3-Jun-08 3:27 
QuestionC# Console Program Issue Pin
Verghese2-Jun-08 4:27
Verghese2-Jun-08 4:27 
AnswerRe: C# Console Program Issue Pin
Ray Cassick2-Jun-08 4:49
Ray Cassick2-Jun-08 4:49 
GeneralRe: C# Console Program Issue Pin
Verghese2-Jun-08 5:57
Verghese2-Jun-08 5:57 
GeneralRe: C# Console Program Issue Pin
tasumisra3-Jun-08 19:58
tasumisra3-Jun-08 19:58 
AnswerRe: C# Console Program Issue Pin
Prasanta_Prince14-Apr-11 0:27
Prasanta_Prince14-Apr-11 0:27 
QuestionHow can i know from the keyboard scan code what is the real key that pressed? Pin
Yanshof1-Jun-08 20:26
Yanshof1-Jun-08 20:26 
AnswerRe: How can i know from the keyboard scan code what is the real key that pressed? Pin
Alan N2-Jun-08 3:09
Alan N2-Jun-08 3:09 
GeneralRe: How can i know from the keyboard scan code what is the real key that pressed? Pin
Yanshof2-Jun-08 3:13
Yanshof2-Jun-08 3:13 
GeneralRe: How can i know from the keyboard scan code what is the real key that pressed? Pin
Giorgi Dalakishvili2-Jun-08 7:21
mentorGiorgi Dalakishvili2-Jun-08 7:21 
GeneralRe: How can i know from the keyboard scan code what is the real key that pressed? Pin
Yanshof2-Jun-08 23:05
Yanshof2-Jun-08 23:05 
QuestionDataGridView SelectionMode Property Pin
MarkMokris30-May-08 7:14
MarkMokris30-May-08 7:14 
QuestionDllImport and parameters type selection ??? Pin
devboycpp30-May-08 2:40
devboycpp30-May-08 2:40 
AnswerRe: DllImport and parameters type selection ??? Pin
Giorgi Dalakishvili30-May-08 12:26
mentorGiorgi Dalakishvili30-May-08 12:26 
QuestionDotNet Remoting : Event Listner not working in Client App Pin
moobo30-May-08 2:31
moobo30-May-08 2:31 
AnswerRe: DotNet Remoting : Event Listner not working in Client App Pin
led mike30-May-08 11:09
led mike30-May-08 11:09 

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.