Hi all,
I am new to .NET but I am trying to develop a C#.NET WEB Service. I can do
this on my laptop without any problems but when I try it on my desktop I
get an error
"The Web server reported the following error when attempting to create or
open the Web project located at the follow...
more >>
I am trying to debug a started service application. When I attach the
service via Tools->Attach to Process, the debugger starts, but appears
inactive - all of the debugger command are inactive, the breakpoints are
ignored, etc. What am I doing wrong?
Also, it does not appear possible, con...
more >>
I am writing a service using VB.NET 2.0. One of the first steps is to
retrieve some settings from the registry; I need the activation of the
service to halt if these settings are not found.
Looking at the generated code, it looks like I should do this
initialization in the Sub Main of the serv...
more >>