Windows Services
Hi,
I can't run chapter 25 Windows Service 's sample.
Any help (you hear me authors?) will be welcome. Thank a lot.
When I run Installutil. exe (x64), I have:
Microsoft (R) .NET Framework Installation utility Version 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
Running a transacted installation.
Beginning the Install phase of the installation.
See the contents of the log file for the F:\Microsoft Visual Studio 10.0\VC\toto\quoteservice.exe assembly's progress.
The file is located at F:\Microsoft Visual Studio 10.0\VC\toto\quoteservice.InstallLog.
Installing assembly 'F:\Microsoft Visual Studio 10.0\VC\toto\quoteservice.exe'.
Affected parameters are:
logtoconsole =
assemblypath = F:\Microsoft Visual Studio 10.0\VC\toto\quoteservice.exe
logfile = F:\Microsoft Visual Studio 10.0\VC\toto\quoteservice.InstallLog
Installing service QuoteService...
Creating EventLog source QuoteService in log Application...
An exception occurred during the Install phase.
System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.
The Rollback phase of the installation is beginning.
See the contents of the log file for the F:\Microsoft Visual Studio 10.0\VC\toto\quoteservice.exe assembly's progress.
The file is located at F:\Microsoft Visual Studio 10.0\VC\toto\quoteservice.InstallLog.
Rolling back assembly 'F:\Microsoft Visual Studio 10.0\VC\toto\quoteservice.exe'.
Affected parameters are:
logtoconsole =
assemblypath = F:\Microsoft Visual Studio 10.0\VC\toto\quoteservice.exe
logfile = F:\Microsoft Visual Studio 10.0\VC\toto\quoteservice.InstallLog
Restoring event log to previous state for source QuoteService.
An exception occurred during the Rollback phase of the System.Diagnostics.EventLogInstaller installer.
System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.
An exception occurred during the Rollback phase of the installation. This exception will be ignored and the rollback will continue. However, the machine might not fully revert to its initial state after the rollback is complete.
The Rollback phase completed successfully.
The transacted install has completed.
The installation failed, and the rollback has been performed.
|