I am having trouble installing the WSUS Role on Server 2012.
I have checked all topics I could find relevant to the topic but have been unable to find a similar log file posted.
Installer was launched using powershell
install-windowsfeature -name UpdateServices, UpdateServicesUI -IncludeManagementTools
Install state = True after completion.
I then use wsusutil.exe to set the content directory.
.\wsusutil.exe postinstall CONTENT_DIR=D:\WSUS
The post install task fails with
Fatal Error: Failed to start and configure WSUS service
If I try to manually start the service in powershell, I get the following error:
![]()
Log file is below:
2013-08-02 20:24:38 Postinstall started
2013-08-02 20:24:38 Detected role services: Api, UI, WidDatabase, Services
2013-08-02 20:24:38 Start: LoadSettingsFromParameters
2013-08-02 20:24:38 Content local is: True
2013-08-02 20:24:38 Content directory is: D:\WSUS
2013-08-02 20:24:38 SQL instname is:
2013-08-02 20:24:38 End: LoadSettingsFromParameters
2013-08-02 20:24:38 Start: Run
2013-08-02 20:24:38 Configuring content directory...
2013-08-02 20:24:38 Configuring groups...
2013-08-02 20:24:38 Starting group configuration for WSUS Administrators...
2013-08-02 20:24:38 Found group in regsitry, attempting to use it...
2013-08-02 20:24:38 Writing group to registry...
2013-08-02 20:24:38 Finished group creation
2013-08-02 20:24:38 Starting group configuration for WSUS Reporters...
2013-08-02 20:24:38 Found group in regsitry, attempting to use it...
2013-08-02 20:24:38 Writing group to registry...
2013-08-02 20:24:38 Finished group creation
2013-08-02 20:24:38 Configuring permissions...
2013-08-02 20:24:38 Fetching content directory...
2013-08-02 20:24:38 Fetching ContentDir from registry store
2013-08-02 20:24:38 Value is D:\WSUS
2013-08-02 20:24:38 Fetching group SIDs...
2013-08-02 20:24:38 Fetching WsusAdministratorsSid from registry store
2013-08-02 20:24:38 Value is S-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:38 Fetching WsusReportersSid from registry store
2013-08-02 20:24:38 Value is S-1-5-21-294306443-544797783-411875567-1002
2013-08-02 20:24:38 Creating group principals...
2013-08-02 20:24:38 Granting directory permissions...
2013-08-02 20:24:38 Granting permissions on content directory...
2013-08-02 20:24:38 Granting registry permissions...
2013-08-02 20:24:38 Granting registry permissions...
2013-08-02 20:24:38 Granting registry permissions...
2013-08-02 20:24:38 Configuring shares...
2013-08-02 20:24:38 Configuring network shares...
2013-08-02 20:24:38 Fetching content directory...
2013-08-02 20:24:38 Fetching ContentDir from registry store
2013-08-02 20:24:38 Value is D:\WSUS
2013-08-02 20:24:38 Fetching WSUS admin SID...
2013-08-02 20:24:38 Fetching WsusAdministratorsSid from registry store
2013-08-02 20:24:38 Value is S-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:38 Content directory is local, creating content shares...
2013-08-02 20:24:38 Creating share "UpdateServicesPackages" with path "D:\WSUS\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published
on this WSUS system."
2013-08-02 20:24:38 Deleting existing share...
2013-08-02 20:24:38 Creating share...
2013-08-02 20:24:39 Share successfully created
2013-08-02 20:24:39 Creating share "WsusContent" with path "D:\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2013-08-02 20:24:39 Deleting existing share...
2013-08-02 20:24:39 Creating share...
2013-08-02 20:24:40 Share successfully created
2013-08-02 20:24:40 Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
2013-08-02 20:24:40 Deleting existing share...
2013-08-02 20:24:40 Creating share...
2013-08-02 20:24:41 Share successfully created
2013-08-02 20:24:41 Finished creating content shares
2013-08-02 20:24:41 Configuring WID database...
2013-08-02 20:24:41 Configuring the database...
2013-08-02 20:24:41 Establishing DB connection...
2013-08-02 20:24:41 Checking to see if database exists...
2013-08-02 20:24:41 Database exists
2013-08-02 20:24:41 Switching database to single user mode...
2013-08-02 20:24:42 Loading install type query...
2013-08-02 20:24:42 DECLARE @currentScriptVersion int
DECLARE @currentDBVersion int
IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
BEGIN
SELECT 1
END
ELSE
BEGIN
SET @currentScriptVersion = (9200 + 16384)
SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
IF @currentDBVersion < 926
BEGIN
SELECT 3
END
ELSE IF @currentDBVersion < @currentScriptVersion
BEGIN
SELECT 2
END
ELSE IF @currentDBVersion = @currentScriptVersion
BEGIN
SELECT 0
END
ELSE
BEGIN
SELECT 4
END
END
2013-08-02 20:24:42 Install type is: Reinstall
2013-08-02 20:24:42 Creating logins...
2013-08-02 20:24:42 Fetching account info for S-1-5-20
2013-08-02 20:24:42 Found principal
2013-08-02 20:24:42 Found account
2013-08-02 20:24:42 Got binary SID
2013-08-02 20:24:42 Fetching WsusAdministratorsSid from registry store
2013-08-02 20:24:42 Value is S-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:42 Fetching account info for S-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:42 Found principal
2013-08-02 20:24:42 Found account
2013-08-02 20:24:42 Got binary SID
2013-08-02 20:24:42 Setting content location...
2013-08-02 20:24:42 Fetching ContentDir from registry store
2013-08-02 20:24:42 Value is D:\WSUS
2013-08-02 20:24:42 Swtching DB to multi-user mode......
2013-08-02 20:24:43 Finished setting multi-user mode
2013-08-02 20:24:43 Writing DB settings to registry...
2013-08-02 20:24:43 Marking PostInstall done for UpdateServices-WidDatabase in the registry...
2013-08-02 20:24:43 Configuring IIS...
2013-08-02 20:24:43 Start: ConfigureWebsite
2013-08-02 20:24:43 Configuring website on port 8530
2013-08-02 20:25:16 2013-08-02 20:24:53 Info IISCustomAction Performing Setup Action, Command /Install
2013-08-02 20:25:16 Info IISCustomAction Command /Install Succeeded
2013-08-02 20:25:16 End: ConfigureWebsite
2013-08-02 20:25:16 Configuring performance counters...
2013-08-02 20:25:16 Configuring Stats.NET perf counter...
2013-08-02 20:25:16 Configuring reporting perf counter...
2013-08-02 20:25:16 Configuring client webservice perf counter...
2013-08-02 20:25:16 Configuring server sync webservice perf counter...
2013-08-02 20:25:16 Configuring API remoting perf counter...
2013-08-02 20:25:16 Bringing services online...
2013-08-02 20:25:16 Checking initialization status...
2013-08-02 20:25:17 Database needs initialization.
2013-08-02 20:25:17 StartServer starting...
2013-08-02 20:25:17 Generating encryption key to write to the registry...
2013-08-02 20:25:17 Generating encryption key to write to the database...
2013-08-02 20:25:18 Generating encryption key succeeded...
2013-08-02 20:25:18 Setting WSUSService to autostart...
2013-08-02 20:25:18 WSUSService is set to autostart.
2013-08-02 20:25:18 Starting WSUSService...
2013-08-02 20:25:18 Failed to start WsusService. Exception: System.InvalidOperationException: Cannot start service WSUSService on computer '.'. ---> System.ComponentModel.Win32Exception: The dependency service or group failed to start
--- End of inner exception stack trace ---
at System.ServiceProcess.ServiceController.Start(String[] args)
at Microsoft.UpdateServices.Setup.StartServer.StartServer.StartAndConfigureService()
2013-08-02 20:25:18 Importing default detectoids.
2013-08-02 20:25:18 Importing CriticalUpdates.xml...
2013-08-02 20:25:18 Importing Drivers.xml...
2013-08-02 20:25:18 Importing FeaturePacks.xml...
2013-08-02 20:25:18 Importing MicrosoftCorporation.xml...
2013-08-02 20:25:18 Importing SecurityUpdates.xml...
2013-08-02 20:25:18 Importing ServicePacks.xml...
2013-08-02 20:25:18 Importing Tools.xml...
2013-08-02 20:25:18 Importing UpdateRollups.xml...
2013-08-02 20:25:18 Importing Updates.xml...
2013-08-02 20:25:18 Importing Windows.xml...
2013-08-02 20:25:18 Importing Windows2000family.xml...
2013-08-02 20:25:18 Importing WindowsServer2003DatacenterEdition.xml...
2013-08-02 20:25:18 Importing WindowsServer2003Family.xml...
2013-08-02 20:25:18 Importing WindowsXPfamily.xml...
2013-08-02 20:25:18 Importing LocalPublisher.xml...
2013-08-02 20:25:18 Importing LocallyPublishedPackages.xml...
2013-08-02 20:25:18 Importing Applications.xml...
2013-08-02 20:25:18 Importing Exchange.xml...
2013-08-02 20:25:18 Importing Office.xml...
2013-08-02 20:25:18 Importing SQL.xml...
2013-08-02 20:25:18 Importing Exchange2000Server.xml...
2013-08-02 20:25:18 Importing ExchangeServer2003.xml...
2013-08-02 20:25:18 Importing OfficeXP.xml...
2013-08-02 20:25:18 Importing Office2003.xml...
2013-08-02 20:25:18 Importing SQLServer.xml...
2013-08-02 20:25:18 Importing WindowsXP64BitEditionVersion2003.xml...
2013-08-02 20:25:18 Importing DefinitionUpdateSusXml.xml...
2013-08-02 20:25:18 Importing ClientServicingApiDetectoid.xml...
2013-08-02 20:25:18 Importing default detectoids succeeded.
2013-08-02 20:25:18 Creating default subscription.
2013-08-02 20:25:18 Instantiating UpdateServer
2013-08-02 20:25:20 CreateDefaultSubscription failed. Exception: System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<!DOCTYPE html>
<html>
<head>
<title>Compilation Error</title>
<meta name="viewport" content="width=device-width" />
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
@media screen and (max-width: 639px) {
pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
}
@media screen and (max-width: 479px) {
pre { width: 280px; }
}
</style>
</head>
<body bgcolor="white">
<span><H1>Server Error in '/ApiRemoting30' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>Compilation Error</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
<br><br>
<b> Compiler Error Message: </b>CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing<br><br>
<b>Source Error:</b><br><br>
<table width=100% bgcolor="#ffffcc">
<tr><td>
</td></tr>
<tr>
<td>
<code><pre>
[No relevant source lines]</pre></code>
</td>
</tr>
</table>
<br>
<b>Source File:</b>
<b>Line:</b> 0
<br><br>
<br><div class="expandable" onclick="OnToggleTOCLevel1('compilerOutputDiv')">Show Detailed Compiler Output:</div>
<div id="compilerOutputDiv" style="display: none;">
<br><table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /t:library /utf8output /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activation\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activation.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Web\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll"
/R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll"
/R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\assembly\dl3\2e3da87d\cc19a1d2_e96acd01\Microsoft.UpdateServices.WebServices.ApiRemoting.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll"
/out:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.dll" /debug- /optimize+ /w:4 /nowarn:1659;1699;1701;612;618 /warnaserror- "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary
ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.0.cs" "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.1.cs"
CVTRES : fatal error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
Microsoft (R) Visual C# Compiler version 4.0.30319.17929
for Microsoft (R) .NET Framework 4.5
Copyright (C) Microsoft Corporation. All rights reserved.
error CS1583: 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\CSCEB19476BD60E442497C27FE5D2DBE4DA.TMP' is not a valid Win32 resource file
</pre></code>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
function OnToggleTOCLevel1(level2ID)
{
var elemLevel2 = document.getElementById(level2ID);
if (elemLevel2.style.display == 'none')
{
elemLevel2.style.display = '';
}
else {
elemLevel2.style.display = 'none';
}
}
</script>
<br><br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
</font>
</body>
</html>
<!--
[HttpCompileException]: (0): error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
at System.Web.Compilation.AssemblyBuilder.Compile()
at System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp)
at System.Web.Compilation.BuildManager.CompileGlobalAsax()
at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
[HttpException]: (0): error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
-->
--.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.UpdateServices.Internal.ApiRemoting.GetServerVersion()
at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.GetServerVersion()
at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer..ctor(Boolean bypassApiRemoting)
at Microsoft.UpdateServices.Setup.StartServer.StartServer.CreateDefaultSubscription()
2013-08-02 20:25:20 StartServer encountered errors. Exception=Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<!DOCTYPE html>
<html>
<head>
<title>Compilation Error</title>
<meta name="viewport" content="width=device-width" />
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
@media screen and (max-width: 639px) {
pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
}
@media screen and (max-width: 479px) {
pre { width: 280px; }
}
</style>
</head>
<body bgcolor="white">
<span><H1>Server Error in '/ApiRemoting30' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>Compilation Error</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
<br><br>
<b> Compiler Error Message: </b>CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing<br><br>
<b>Source Error:</b><br><br>
<table width=100% bgcolor="#ffffcc">
<tr><td>
</td></tr>
<tr>
<td>
<code><pre>
[No relevant source lines]</pre></code>
</td>
</tr>
</table>
<br>
<b>Source File:</b>
<b>Line:</b> 0
<br><br>
<br><div class="expandable" onclick="OnToggleTOCLevel1('compilerOutputDiv')">Show Detailed Compiler Output:</div>
<div id="compilerOutputDiv" style="display: none;">
<br><table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /t:library /utf8output /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activation\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activation.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Web\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll"
/R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll"
/R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\assembly\dl3\2e3da87d\cc19a1d2_e96acd01\Microsoft.UpdateServices.WebServices.ApiRemoting.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll"
/R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll"
/out:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.dll" /debug- /optimize+ /w:4 /nowarn:1659;1699;1701;612;618 /warnaserror- "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary
ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.0.cs" "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.1.cs"
CVTRES : fatal error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
Microsoft (R) Visual C# Compiler version 4.0.30319.17929
for Microsoft (R) .NET Framework 4.5
Copyright (C) Microsoft Corporation. All rights reserved.
error CS1583: 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\CSCEB19476BD60E442497C27FE5D2DBE4DA.TMP' is not a valid Win32 resource file
</pre></code>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
function OnToggleTOCLevel1(level2ID)
{
var elemLevel2 = document.getElementById(level2ID);
if (elemLevel2.style.display == 'none')
{
elemLevel2.style.display = '';
}
else {
elemLevel2.style.display = 'none';
}
}
</script>
<br><br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
</font>
</body>
</html>
<!--
[HttpCompileException]: (0): error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
at System.Web.Compilation.AssemblyBuilder.Compile()
at System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp)
at System.Web.Compilation.BuildManager.CompileGlobalAsax()
at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
[HttpException]: (0): error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
-->
--.
2013-08-02 20:25:20 Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service
at Microsoft.UpdateServices.Administration.PostInstall.Run()
at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)