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

.NET (Core and Framework)

 
AnswerRe: Activedocument error - word addin problem Pin
Dave Sexton18-Oct-06 20:19
Dave Sexton18-Oct-06 20:19 
GeneralRe: Activedocument error - word addin problem Pin
K edar V18-Oct-06 20:22
K edar V18-Oct-06 20:22 
Question.NET WebMethods - Serialization Pin
Simon P Stevens18-Oct-06 5:58
Simon P Stevens18-Oct-06 5:58 
QuestionSQL Server 2000 Notification Services and .NET 2.0 Pin
asasov17-Oct-06 21:01
asasov17-Oct-06 21:01 
AnswerRe: SQL Server 2000 Notification Services and .NET 2.0 Pin
The Man from U.N.C.L.E.19-Oct-06 7:28
The Man from U.N.C.L.E.19-Oct-06 7:28 
GeneralRe: SQL Server 2000 Notification Services and .NET 2.0 Pin
asasov23-Oct-06 1:52
asasov23-Oct-06 1:52 
QuestionProblem in starting Windows Service written in .Net Pin
Renukapadhamanaban17-Oct-06 19:25
Renukapadhamanaban17-Oct-06 19:25 
AnswerRe: Problem in starting Windows Service written in .Net Pin
User 58385217-Oct-06 20:27
User 58385217-Oct-06 20:27 
There is a few registry flags that controls how services are run. One of these options, I think, is to have the service run in its own process or as part of a system process (cant remember which one). If the service is set to run as part of this system process it will be loaded with LoadLibrary() and executed on a thread of this system service. I think thats why you cant see it. Search around for details of the registry entries assosiated with a service.

For debugging I always used __asm{int 3} in c++ to break into the debugger but you probably cant do that in .Net

Why dont you put something in your init routine that will cause an exception. Then windows will show you the unhandled exception dialog and give you the option to debug the process

Generally I think it is easier to develop your app as an exe and then convert it into a service once its all debuged and running.
AnswerRe: Problem in starting Windows Service written in .Net Pin
Mike Dimmick18-Oct-06 0:35
Mike Dimmick18-Oct-06 0:35 
GeneralRe: Problem in starting Windows Service written in .Net Pin
Renukapadhamanaban18-Oct-06 16:01
Renukapadhamanaban18-Oct-06 16:01 
QuestionDDE in .NET Pin
HakunaMatada17-Oct-06 19:22
HakunaMatada17-Oct-06 19:22 
AnswerRe: DDE in .NET Pin
Mike Dimmick18-Oct-06 0:40
Mike Dimmick18-Oct-06 0:40 
QuestionWindows service requires large memory allocation Pin
Luis C17-Oct-06 5:15
Luis C17-Oct-06 5:15 
AnswerRe: Windows service requires large memory allocation Pin
Dave Kreskowiak17-Oct-06 6:07
mveDave Kreskowiak17-Oct-06 6:07 
GeneralRe: Windows service requires large memory allocation Pin
Luis C17-Oct-06 6:46
Luis C17-Oct-06 6:46 
QuestionComm Dll Pin
Tauseef A16-Oct-06 23:22
Tauseef A16-Oct-06 23:22 
AnswerRe: Comm Dll Pin
Dave Kreskowiak18-Oct-06 8:42
mveDave Kreskowiak18-Oct-06 8:42 
QuestionRe: Comm Dll Pin
Tauseef A19-Oct-06 4:19
Tauseef A19-Oct-06 4:19 
QuestionComm Dll Pin
Tauseef A16-Oct-06 23:22
Tauseef A16-Oct-06 23:22 
QuestionAjax Pin
crazy_mads16-Oct-06 20:23
crazy_mads16-Oct-06 20:23 
AnswerRe: Ajax Pin
George L. Jackson17-Oct-06 12:46
George L. Jackson17-Oct-06 12:46 
QuestionFalsh Files Pin
Tauseef A16-Oct-06 10:36
Tauseef A16-Oct-06 10:36 
AnswerRe: Falsh Files Pin
Dave Sexton18-Oct-06 3:00
Dave Sexton18-Oct-06 3:00 
QuestionRe: Falsh Files Pin
Tauseef A18-Oct-06 5:24
Tauseef A18-Oct-06 5:24 
AnswerRe: Falsh Files Pin
Dave Kreskowiak18-Oct-06 8:37
mveDave Kreskowiak18-Oct-06 8:37 

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.