-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Description
I have, possibly expected, issue publishing ASP.NET Core self-containing site on just installed Windows 2012 R2 with IIS role.
Repro steps:
- Windows 2012 R2 with IIS role and all important Windows updates installed. Nothing else is installed.
- Install ANCM using "DotNetCore.1.0.3_1.1.0-WindowsHosting.exe OPT_INSTALL_LTS_REDIST=0 OPT_INSTALL_FTS_REDIST=0 /install /quiet /norestart", so no VS2015 C++ Redistributable was installed - not sure it is not by design.
- Windows log errors:
Faulting application name: Web.UI.exe, version: 1.0.1.4500, time stamp: 0x576218d2
Faulting module name: i-ms-win-crt-runtime-l1-1-0.dll, version: 6.3.9600.18438, time stamp: 0x57ae642e
Exception code: 0xc0000135
Fault offset: 0x00000000000ecdd0
Faulting process id: 0x248
Faulting application start time: 0x01d291718d0ca28b
Faulting application path: C:\inetpub\wwwroot\NextWebUi\Web.UI.exe
Faulting module path: i-ms-win-crt-runtime-l1-1-0.dll
Report Id: cabbc4c4-fd64-11e6-80be-080027b2d08e
Application 'MACHINE/WEBROOT/APPHOST/DEFAULT WEB SITE/NEXTWEBUI' with physical root 'C:\inetpub\wwwroot\NextWebUi' failed to start process with commandline '"C:\inetpub\wwwroot\NextWebUi\Web.UI.exe" ', ErrorCode = '0x80004005 : ff.
ANCM installation logs:
ancmInstallation.zip
- If I install ANCM with ever LTS or FTS or both VS2015 C++ Redistributable was installed and Core app works as expected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels