Services Without Components

J

Jay B. Harlow [MVP - Outlook]

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top