Services Without Components

  • Thread starter Thread starter alien2_51
  • Start date Start date
Dan,
Is this true...? If not would someone please prove me wrong...
I don't think you are wrong, as much as possible confused...

CServiceConfig is a C++ class. Hence it is not available to VB.NET.

For Windows Services in .NET you need to start with a 'Windows Service'
Project in VS.NET. This will create a project that contains a class that
inherits from System.ServiceProcess.ServiceBase.

For details see:
http://msdn.microsoft.com/library/d...tingConfiguringWindowsServiceApplications.asp

http://msdn.microsoft.com/library/d.../vbconintroductiontontserviceapplications.asp

http://msdn.microsoft.com/msdnmag/issues/01/12/netserv/

Hope this helps
Jay

alien2_51 said:
This article;
http://msdn.microsoft.com/library/d.../dnentsrv/html/windotnetsvr_dotnetentpsvs.asp
Speaks about "Services Without Components"...

As far as I'm concerned this is vapor ware (for the VB audience atleast) as
I've yet to find any VB.Net examples or documentation...

[Visual Basic]
The CServiceConfig class was not designed to be used in Visual Basic...

Is this true...? If not would someone please prove me wrong...
 
Back
Top