Here is the situation.
I have a remotable component that implements Open/Close and Method.
Open and Close are respectively Opening and Closing the DB connection.
Method is just accessing the DB via the DB connection reference.
The DB Connection object is private to the component.
When invoking the
Anybody knows how to use the ServiceProcessDescriptionAttribute ?
The simple lines below don't make it.
[ServiceProcessDescription("Description")]
public class Service : System.ServiceProcess.ServiceBase
{ ...
}
Any clues ?
You can read messages from the Advanced DOTNET archive, unsubscribe f