| Author: Yuri Sho 22 Apr 2008 | Member Level: Bronze Points : 0 |
When I try happen this error:
System.InvalidOperationException = {"Cannot stop wuauserv service on computer '.'."}
InnerException = {"The service has not been started"}
System.ComponentModel.Win32Exception = {"The service has not been started"}
ErrorCode = -2147467259
NativeErrorCode = 1062
How to correct? ThX!
|
| Author: Vikas Kumar Singh 14 May 2008 | Member Level: Bronze Points : 2 |
Hi,
Check for the service's startup type if disable. Keep it either Automatic or Manual.
Regards, Vikas Singh
|