Hallo zusammen,
ich habe mit VS.NET einen C#-WindowsService geschrieben. Um ihn zu installieren habe ich nun folgende Kommandozeile ausgeführt:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\InstallUtil.exe sLoveChatListenerService.exe
Leider taucht der Service nicht in der Verwaltung auf obwohl folgendes Log erstellt wird:
Running a transacted installation.
Beginning the Install phase of the installation.
See the contents of the log file for the c:\inetpub\wwwroot\slove\windowslistenerservice\slovechatlistenerservice\bin\release\slovechatlistenerservice.exe assembly's progress.
The file is located at c:\inetpub\wwwroot\slove\windowslistenerservice\slovechatlistenerservice\bin\release\slovechatlistenerservice.InstallLog.
The Install phase completed successfully, and the Commit phase is beginning.
See the contents of the log file for the c:\inetpub\wwwroot\slove\windowslistenerservice\slovechatlistenerservice\bin\release\slovechatlistenerservice.exe assembly's progress.
The file is located at c:\inetpub\wwwroot\slove\windowslistenerservice\slovechatlistenerservice\bin\release\slovechatlistenerservice.InstallLog.
The Commit phase completed successfully.
The transacted install has completed.
Da steht ja, dass angeblich alles geklappt hat. Wie starte ich nun meinen Service?
Gruß
Thorsten