New windows service gives me: "the service name is invalid" WHY??

  • Thread starter Thread starter acool
  • Start date Start date
A

acool

I just created a simple Windows Service in VB.NET. I right clicked on the
component and added the installer, installed via InstallUtil.exe all went
well until i try to do a net start and then I get:


"the service name is invalid" WHY??
 
* "acool said:
I just created a simple Windows Service in VB.NET. I right clicked on the
component and added the installer, installed via InstallUtil.exe all went
well until i try to do a net start and then I get:

I have no experience with that, but maybe this article helps:

317421 - HOW TO: Create a Setup Project for a Windows Service in Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;317421>
 
Back
Top