Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The framework 'Microsoft.AspNetCore.App', version '3.1.3' was not found. #36114

Closed
Prakashwa opened this issue May 8, 2020 · 7 comments
Closed
Labels
area-Host untriaged New issue has not been triaged by the area owner

Comments

@Prakashwa
Copy link

I am getting this error when I run the application

`It was not possible to find any compatible framework version
The framework 'Microsoft.AspNetCore.App', version '3.1.3' was not found.

  • No frameworks were found.

You can resolve the problem by installing the specified framework and/or SDK.

The specified framework can be found at:

even if I installed the framework on provided link I am getting same error in visual studio 2019

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this issue. Please help me learn by adding exactly one area label.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label May 8, 2020
@ghost
Copy link

ghost commented May 8, 2020

Tagging subscribers to this area: @vitek-karas, @swaroop-sridhar
Notify danmosemsft if you want to be subscribed.

@vitek-karas
Copy link
Member

What kind of application are you trying to run? Is it more or less standard ASP.NET Core app, or is there something special about it?

How do you run it? Ctrl+F5 from VS, from command line, some other way?

Are you running it from a special environment - please check that you don't have DOTNET_ROOT env. variable set to anything (and also DOTNET_MULTILEVEL_LOOKUP).

Did you install x64 runtime? (look into C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App if there's a folder with 3.1.3 in there)

You can turn on detailed diagnostics:
Open new command line

set COREHOST_TRACE=1
set COREHOST_TRACEFILE=host_trace.txt
<run the app here>

This should produce a detailed log in host_trace.txt in the current folder. Note that the file may contain detailed information about your machine and possibly user name and some local paths. If you're comfortable with that please share the file with us, otherwise there should be information in it about where the system looked for the frameworks.

@Prakashwa
Copy link
Author

Hey @vitek-karas , you are right the x64 runtime C:\ProgramFiles\dotnet\shared\Microsoft.AspNetCore.App\3.1.3 folder was missing then I tried reinstalling SDK 3.1.201 still folder was missing.

I also tried install aspnetcore-runtime-3.1.3 X64 still folder was missing.

finally I have downloaded dotnet-sdk-3.1.201-win-x64.zip and copied Microsoft.AspNetCore.App\3.1.3 folder manually from the zip file to C:\ProgramFiles\dotnet\shared\Microsoft.AspNetCore.App\3.1.3 then my asp.net core application started working .

Thank you providing me correct direction to fix this issue.

@vitek-karas
Copy link
Member

I also tried install aspnetcore-runtime-3.1.3 X64 still folder was missing.

This is really weird. (the SDK installer should also work, but this is the more direct way).

@dagood is there a way to collect some installation log to figure out what's going on?

@dagood
Copy link
Member

dagood commented May 10, 2020

Install logs are written to %TEMP%, for example:

"C:\Users\dagood\AppData\Local\Temp\dd_dd_AspNetCoreSharedFramework___20200509221414.log"
"C:\Users\dagood\AppData\Local\Temp\dd_dd_AspNetCoreSharedFramework___20200509221414_000_AspNetCoreSharedFramework_x64.log"

I'm also curious if you tried a Repair, or just ran another Install.

The ASP.NET Core installers are produced over at https://github.com/dotnet/aspnetcore, .NET Core SDK at https://github.com/dotnet/installer.

/cc @NikolaMilosavljevic @joeloff

@Prakashwa
Copy link
Author

Prakashwa commented May 10, 2020

The SDK install repair log as follows

[1D1C:4138][2020-05-10T21:10:52]i001: Burn v3.10.4.4718, Windows v10.0 (Build 18363: Service Pack 0), path: C:\WINDOWS\Temp\{74EF7C60-C1BF-4FD4-975E-8B5E0512D0AE}\.cr\dotnet-sdk-3.1.201-win-x64 (1).exe
[1D1C:4138][2020-05-10T21:10:52]i000: Initializing string variable 'DOTNETHOME_X86' to value '[ProgramFilesFolder]dotnet'
[1D1C:4138][2020-05-10T21:10:52]i000: Initializing string variable 'DOTNETHOME_X64' to value '[ProgramFiles64Folder]dotnet'
[1D1C:4138][2020-05-10T21:10:52]i000: Initializing string variable 'DOTNETHOME' to value '[DOTNETHOME_X64]'
[1D1C:4138][2020-05-10T21:10:52]i000: Initializing string variable 'BUNDLEMONIKER' to value 'Microsoft .NET Core SDK 3.1.201'
[1D1C:4138][2020-05-10T21:10:52]i000: Initializing string variable 'DOTNETSDKVERSION' to value '3.1.201'
[1D1C:4138][2020-05-10T21:10:52]i000: Initializing string variable 'DOTNETRUNTIMEVERSION' to value '3.1.3'
[1D1C:4138][2020-05-10T21:10:52]i000: Initializing string variable 'ASPNETCOREVERSION' to value '3.1.3'
[1D1C:4138][2020-05-10T21:10:52]i000: Initializing string variable 'WINFORMSANDWPFVERSION' to value '3.1.3'
[1D1C:4138][2020-05-10T21:10:52]i000: Initializing string variable 'DOTNETHOMESIMILARITYCHECKOVERRIDE' to value ''
[1D1C:4138][2020-05-10T21:10:52]i009: Command Line: '"-burn.clean.room=C:\Users\myuser\Downloads\dotnet-sdk-3.1.201-win-x64 (1).exe" -burn.filehandle.attached=648 -burn.filehandle.self=656'
[1D1C:4138][2020-05-10T21:10:52]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\myuser\Downloads\dotnet-sdk-3.1.201-win-x64 (1).exe'
[1D1C:4138][2020-05-10T21:10:52]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\myuser\Downloads\'
[1D1C:4138][2020-05-10T21:10:53]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053.log'
[1D1C:4138][2020-05-10T21:10:53]i000: Setting string variable 'WixBundleManufacturer' to value 'Microsoft Corporation'
[1D1C:2728][2020-05-10T21:10:53]i000: Setting numeric variable 'WixStdBALanguageId' to value 1033
[1D1C:2728][2020-05-10T21:10:53]i000: Setting version variable 'WixBundleFileVersion' to value '3.1.201.15034'
[1D1C:4138][2020-05-10T21:10:53]i100: Detect begin, 15 packages
[1D1C:4138][2020-05-10T21:10:53]i000: Setting numeric variable 'DotnetInstallLocationExists_x64' to value 1
[1D1C:4138][2020-05-10T21:10:53]i000: Setting numeric variable 'DotnetInstallLocationExists_x86' to value 1
[1D1C:4138][2020-05-10T21:10:53]i052: Condition 'DotnetInstallLocationExists_x64' evaluates to true.
[1D1C:4138][2020-05-10T21:10:53]i000: Setting string variable 'DOTNETHOME_X64' to value 'C:\Program Files\dotnet'
[1D1C:4138][2020-05-10T21:10:53]i052: Condition 'NOT DotnetInstallLocationExists_x64' evaluates to false.
[1D1C:4138][2020-05-10T21:10:53]i052: Condition 'DotnetExeExists_x64' evaluates to false.
[1D1C:4138][2020-05-10T21:10:53]i052: Condition 'DotnetInstallLocationExists_x86' evaluates to true.
[1D1C:4138][2020-05-10T21:10:53]i000: Setting string variable 'DOTNETHOME_X86' to value 'C:\Program Files (x86)\dotnet'
[1D1C:4138][2020-05-10T21:10:53]i052: Condition 'NOT DotnetInstallLocationExists_x86' evaluates to false.
[1D1C:4138][2020-05-10T21:10:53]i052: Condition 'DotnetExeExists_x86' evaluates to false.
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: dotnet_runtime_3.1.3_win_x64.msi, state: Present, cached: Complete
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: dotnet_hostfxr_3.1.3_win_x64.msi, state: Present, cached: Complete
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: dotnet_host_3.1.3_win_x64.msi, state: Present, cached: Complete
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: windowsdesktop_runtime_3.1.3_win_x64.msi, state: Present, cached: None
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: dotnet_targeting_pack_3.1.0_win_x64.msi, state: Present, cached: Complete
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: dotnet_apphost_pack_3.1.3_win_x64.msi, state: Present, cached: None
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: dotnet_apphost_pack_3.1.3_win_x64_x86.msi, state: Present, cached: None
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: dotnet_apphost_pack_3.1.3_win_x64_arm.msi, state: Present, cached: None
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi, state: Present, cached: None
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: netstandard_targeting_pack_2.1.0_win_x64.msi, state: Present, cached: None
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: aspnetcore_targeting_pack_3.1.3_win_x64.msi, state: Present, cached: None
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: windowsdesktop_targeting_pack_3.1.0_win_x64.msi, state: Present, cached: Complete
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: dotnet_31templates_3.1.201_servicing_015034_win_x64.msi, state: Present, cached: Complete
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: dotnet_sdk_internal_3.1.201_win_x64.msi, state: Present, cached: Complete
[1D1C:4138][2020-05-10T21:10:53]i101: Detected package: AspNetCoreSharedFramework_x64, state: Present, cached: Complete
[1D1C:4138][2020-05-10T21:10:53]i052: Condition 'WixBundleInstalled OR ((NOT (DOTNETHOME_X64 ~= DOTNETHOME_X86)) OR DOTNETHOMESIMILARITYCHECKOVERRIDE)' evaluates to true.
[1D1C:4138][2020-05-10T21:10:53]i199: Detect complete, result: 0x0
[1D1C:4138][2020-05-10T21:10:55]i200: Plan begin, 15 packages, action: Repair
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_dotnet_runtime_3.1.3_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_000_dotnet_runtime_3.1.3_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_dotnet_hostfxr_3.1.3_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_001_dotnet_hostfxr_3.1.3_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_dotnet_host_3.1.3_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_002_dotnet_host_3.1.3_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_windowsdesktop_runtime_3.1.3_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_003_windowsdesktop_runtime_3.1.3_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_dotnet_targeting_pack_3.1.0_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_004_dotnet_targeting_pack_3.1.0_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_dotnet_apphost_pack_3.1.3_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_005_dotnet_apphost_pack_3.1.3_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_dotnet_apphost_pack_3.1.3_win_x64_x86.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_006_dotnet_apphost_pack_3.1.3_win_x64_x86.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_dotnet_apphost_pack_3.1.3_win_x64_arm.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_007_dotnet_apphost_pack_3.1.3_win_x64_arm.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_dotnet_apphost_pack_3.1.3_win_x64_arm64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_008_dotnet_apphost_pack_3.1.3_win_x64_arm64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_netstandard_targeting_pack_2.1.0_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_009_netstandard_targeting_pack_2.1.0_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_aspnetcore_targeting_pack_3.1.3_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_010_aspnetcore_targeting_pack_3.1.3_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_windowsdesktop_targeting_pack_3.1.0_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_011_windowsdesktop_targeting_pack_3.1.0_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_dotnet_31templates_3.1.201_servicing_015034_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_012_dotnet_31templates_3.1.201_servicing_015034_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_dotnet_sdk_internal_3.1.201_win_x64.msi' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_013_dotnet_sdk_internal_3.1.201_win_x64.msi.log'
[1D1C:4138][2020-05-10T21:10:55]i052: Condition 'VersionNT64 AND (NOT OPT_NO_SHAREDFX)' evaluates to true.
[1D1C:4138][2020-05-10T21:10:55]i000: Setting string variable 'WixBundleLog_AspNetCoreSharedFramework_x64' to value 'C:\Users\myuser\AppData\Local\Temp\Microsoft_.NET_Core_SDK_3.1.201_(x64)_20200510211053_014_AspNetCoreSharedFramework_x64.log'
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: dotnet_runtime_3.1.3_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: No, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: dotnet_hostfxr_3.1.3_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: No, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: dotnet_host_3.1.3_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: No, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: windowsdesktop_runtime_3.1.3_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: Yes, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: dotnet_targeting_pack_3.1.0_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: No, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: dotnet_apphost_pack_3.1.3_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: Yes, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: dotnet_apphost_pack_3.1.3_win_x64_x86.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: Yes, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: dotnet_apphost_pack_3.1.3_win_x64_arm.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: Yes, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: Yes, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: netstandard_targeting_pack_2.1.0_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: Yes, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: aspnetcore_targeting_pack_3.1.3_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: Yes, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: windowsdesktop_targeting_pack_3.1.0_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: No, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: dotnet_31templates_3.1.201_servicing_015034_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: No, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: dotnet_sdk_internal_3.1.201_win_x64.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: No, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i201: Planned package: AspNetCoreSharedFramework_x64, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: No, uncache: No, dependency: Register
[1D1C:4138][2020-05-10T21:10:55]i299: Plan complete, result: 0x0
[1D1C:4138][2020-05-10T21:10:55]i300: Apply begin
[1D1C:4138][2020-05-10T21:10:55]i010: Launching elevated engine process.
[1D1C:4138][2020-05-10T21:10:55]i011: Launched elevated engine process.
[1D1C:4138][2020-05-10T21:10:55]i012: Connected to elevated engine.
[1314:46E4][2020-05-10T21:10:55]i358: Pausing automatic updates.
[1314:46E4][2020-05-10T21:10:55]i359: Paused automatic updates.
[1314:46E4][2020-05-10T21:10:55]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5e0a0ca7-8d37-4573-8d5b-03416809a484}, resume: Active, restart initiated: No, disable resume: No
[1314:1308][2020-05-10T21:10:59]i304: Verified existing payload: dotnet_runtime_3.1.3_win_x64.msi at path: C:\ProgramData\Package Cache\{1A4BD749-610A-4E36-A697-BDED2A6643E3}v24.76.28628\dotnet-runtime-3.1.3-win-x64.msi.
[1314:46E4][2020-05-10T21:10:59]i301: Applying execute package: dotnet_runtime_3.1.3_win_x64.msi, action: Repair, path: C:\ProgramData\Package Cache\{1A4BD749-610A-4E36-A697-BDED2A6643E3}v24.76.28628\dotnet-runtime-3.1.3-win-x64.msi, arguments: ' ARPSYSTEMCOMPONENT="1" DOTNETHOME="C:\Program Files\dotnet"'
[1314:1308][2020-05-10T21:11:00]i304: Verified existing payload: dotnet_hostfxr_3.1.3_win_x64.msi at path: C:\ProgramData\Package Cache\{C9C2C8AF-2311-4B95-A96A-F05C08DF3F63}v24.76.28628\dotnet-hostfxr-3.1.3-win-x64.msi.
[1314:1308][2020-05-10T21:11:00]i304: Verified existing payload: dotnet_host_3.1.3_win_x64.msi at path: C:\ProgramData\Package Cache\{3FCA57CB-43E8-4010-9EAD-5A160415C21A}v24.76.28628\dotnet-host-3.1.3-win-x64.msi.
[1314:1308][2020-05-10T21:11:00]e000: Error 0x80070002: Failed to find payload: windowsdesktop_runtime_3.1.3_win_x64.msi in working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\windowsdesktop_runtime_3.1.3_win_x64.msi and unverified path: C:\ProgramData\Package Cache\.unverified\windowsdesktop_runtime_3.1.3_win_x64.msi
[1314:1308][2020-05-10T21:11:00]e000: Error 0x80070002: Failed to cache payload: windowsdesktop_runtime_3.1.3_win_x64.msi
[1D1C:2964][2020-05-10T21:11:00]e314: Failed to cache payload: windowsdesktop_runtime_3.1.3_win_x64.msi from working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\windowsdesktop_runtime_3.1.3_win_x64.msi, error: 0x80070002.
[1D1C:2964][2020-05-10T21:11:00]e349: Application requested retry of payload: windowsdesktop_runtime_3.1.3_win_x64.msi, encountered error: 0x80070002. Retrying...
[1314:1308][2020-05-10T21:11:01]i305: Verified acquired payload: windowsdesktop_runtime_3.1.3_win_x64.msi at path: C:\ProgramData\Package Cache\.unverified\windowsdesktop_runtime_3.1.3_win_x64.msi, moving to: C:\ProgramData\Package Cache\{76BAD9AC-C7FA-4119-B56A-A450F848ABB1}v24.76.28628\windowsdesktop-runtime-3.1.3-win-x64.msi.
[1314:1308][2020-05-10T21:11:02]i304: Verified existing payload: dotnet_targeting_pack_3.1.0_win_x64.msi at path: C:\ProgramData\Package Cache\{31EDE1E7-C855-4633-9D73-56F566136567}v24.64.28315\dotnet-targeting-pack-3.1.0-win-x64.msi.
[1314:1308][2020-05-10T21:11:02]e000: Error 0x80070002: Failed to find payload: dotnet_apphost_pack_3.1.3_win_x64.msi in working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\dotnet_apphost_pack_3.1.3_win_x64.msi and unverified path: C:\ProgramData\Package Cache\.unverified\dotnet_apphost_pack_3.1.3_win_x64.msi
[1314:1308][2020-05-10T21:11:02]e000: Error 0x80070002: Failed to cache payload: dotnet_apphost_pack_3.1.3_win_x64.msi
[1D1C:2964][2020-05-10T21:11:02]e314: Failed to cache payload: dotnet_apphost_pack_3.1.3_win_x64.msi from working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\dotnet_apphost_pack_3.1.3_win_x64.msi, error: 0x80070002.
[1D1C:2964][2020-05-10T21:11:02]e349: Application requested retry of payload: dotnet_apphost_pack_3.1.3_win_x64.msi, encountered error: 0x80070002. Retrying...
[1314:1308][2020-05-10T21:11:02]i305: Verified acquired payload: dotnet_apphost_pack_3.1.3_win_x64.msi at path: C:\ProgramData\Package Cache\.unverified\dotnet_apphost_pack_3.1.3_win_x64.msi, moving to: C:\ProgramData\Package Cache\{EC143F9C-DB78-44D4-9D57-DB9E8817A759}v24.76.28628\dotnet-apphost-pack-3.1.3-win-x64.msi.
[1314:1308][2020-05-10T21:11:02]e000: Error 0x80070002: Failed to find payload: dotnet_apphost_pack_3.1.3_win_x64_x86.msi in working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\dotnet_apphost_pack_3.1.3_win_x64_x86.msi and unverified path: C:\ProgramData\Package Cache\.unverified\dotnet_apphost_pack_3.1.3_win_x64_x86.msi
[1314:1308][2020-05-10T21:11:02]e000: Error 0x80070002: Failed to cache payload: dotnet_apphost_pack_3.1.3_win_x64_x86.msi
[1D1C:2964][2020-05-10T21:11:02]e314: Failed to cache payload: dotnet_apphost_pack_3.1.3_win_x64_x86.msi from working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\dotnet_apphost_pack_3.1.3_win_x64_x86.msi, error: 0x80070002.
[1D1C:2964][2020-05-10T21:11:02]e349: Application requested retry of payload: dotnet_apphost_pack_3.1.3_win_x64_x86.msi, encountered error: 0x80070002. Retrying...
[1314:1308][2020-05-10T21:11:03]i305: Verified acquired payload: dotnet_apphost_pack_3.1.3_win_x64_x86.msi at path: C:\ProgramData\Package Cache\.unverified\dotnet_apphost_pack_3.1.3_win_x64_x86.msi, moving to: C:\ProgramData\Package Cache\{C9A5D681-0618-4A1B-8444-5D2BF9B35D79}v24.76.28628\dotnet-apphost-pack-3.1.3-win-x64_x86.msi.
[1314:1308][2020-05-10T21:11:03]e000: Error 0x80070002: Failed to find payload: dotnet_apphost_pack_3.1.3_win_x64_arm.msi in working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\dotnet_apphost_pack_3.1.3_win_x64_arm.msi and unverified path: C:\ProgramData\Package Cache\.unverified\dotnet_apphost_pack_3.1.3_win_x64_arm.msi
[1314:1308][2020-05-10T21:11:03]e000: Error 0x80070002: Failed to cache payload: dotnet_apphost_pack_3.1.3_win_x64_arm.msi
[1D1C:2964][2020-05-10T21:11:03]e314: Failed to cache payload: dotnet_apphost_pack_3.1.3_win_x64_arm.msi from working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\dotnet_apphost_pack_3.1.3_win_x64_arm.msi, error: 0x80070002.
[1D1C:2964][2020-05-10T21:11:03]e349: Application requested retry of payload: dotnet_apphost_pack_3.1.3_win_x64_arm.msi, encountered error: 0x80070002. Retrying...
[1314:1308][2020-05-10T21:11:03]i305: Verified acquired payload: dotnet_apphost_pack_3.1.3_win_x64_arm.msi at path: C:\ProgramData\Package Cache\.unverified\dotnet_apphost_pack_3.1.3_win_x64_arm.msi, moving to: C:\ProgramData\Package Cache\{61EDE4EB-E98C-47FE-BDA0-783067AE9770}v24.76.28628\dotnet-apphost-pack-3.1.3-win-x64_arm.msi.
[1314:1308][2020-05-10T21:11:03]e000: Error 0x80070002: Failed to find payload: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi in working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\dotnet_apphost_pack_3.1.3_win_x64_arm64.msi and unverified path: C:\ProgramData\Package Cache\.unverified\dotnet_apphost_pack_3.1.3_win_x64_arm64.msi
[1314:1308][2020-05-10T21:11:03]e000: Error 0x80070002: Failed to cache payload: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi
[1D1C:2964][2020-05-10T21:11:03]e314: Failed to cache payload: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi from working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\dotnet_apphost_pack_3.1.3_win_x64_arm64.msi, error: 0x80070002.
[1D1C:2964][2020-05-10T21:11:03]e349: Application requested retry of payload: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi, encountered error: 0x80070002. Retrying...
[1314:1308][2020-05-10T21:11:04]i305: Verified acquired payload: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi at path: C:\ProgramData\Package Cache\.unverified\dotnet_apphost_pack_3.1.3_win_x64_arm64.msi, moving to: C:\ProgramData\Package Cache\{D14AD32F-059A-435B-B920-14934A177552}v24.76.28628\dotnet-apphost-pack-3.1.3-win-x64_arm64.msi.
[1314:1308][2020-05-10T21:11:04]e000: Error 0x80070002: Failed to find payload: netstandard_targeting_pack_2.1.0_win_x64.msi in working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\netstandard_targeting_pack_2.1.0_win_x64.msi and unverified path: C:\ProgramData\Package Cache\.unverified\netstandard_targeting_pack_2.1.0_win_x64.msi
[1314:1308][2020-05-10T21:11:04]e000: Error 0x80070002: Failed to cache payload: netstandard_targeting_pack_2.1.0_win_x64.msi
[1D1C:2964][2020-05-10T21:11:04]e314: Failed to cache payload: netstandard_targeting_pack_2.1.0_win_x64.msi from working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\netstandard_targeting_pack_2.1.0_win_x64.msi, error: 0x80070002.
[1D1C:2964][2020-05-10T21:11:04]e349: Application requested retry of payload: netstandard_targeting_pack_2.1.0_win_x64.msi, encountered error: 0x80070002. Retrying...
[1314:1308][2020-05-10T21:11:04]i305: Verified acquired payload: netstandard_targeting_pack_2.1.0_win_x64.msi at path: C:\ProgramData\Package Cache\.unverified\netstandard_targeting_pack_2.1.0_win_x64.msi, moving to: C:\ProgramData\Package Cache\{A7036CFB-B403-4598-85FF-D397ABB88173}v24.0.28113\netstandard-targeting-pack-2.1.0-win-x64.msi.
[1314:1308][2020-05-10T21:11:04]e000: Error 0x80070002: Failed to find payload: aspnetcore_targeting_pack_3.1.3_win_x64.msi in working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\aspnetcore_targeting_pack_3.1.3_win_x64.msi and unverified path: C:\ProgramData\Package Cache\.unverified\aspnetcore_targeting_pack_3.1.3_win_x64.msi
[1314:1308][2020-05-10T21:11:04]e000: Error 0x80070002: Failed to cache payload: aspnetcore_targeting_pack_3.1.3_win_x64.msi
[1D1C:2964][2020-05-10T21:11:04]e314: Failed to cache payload: aspnetcore_targeting_pack_3.1.3_win_x64.msi from working path: C:\WINDOWS\Temp\{63CCE6F0-DC53-43DF-B739-4FE0F3735562}\aspnetcore_targeting_pack_3.1.3_win_x64.msi, error: 0x80070002.
[1D1C:2964][2020-05-10T21:11:04]e349: Application requested retry of payload: aspnetcore_targeting_pack_3.1.3_win_x64.msi, encountered error: 0x80070002. Retrying...
[1314:1308][2020-05-10T21:11:05]i305: Verified acquired payload: aspnetcore_targeting_pack_3.1.3_win_x64.msi at path: C:\ProgramData\Package Cache\.unverified\aspnetcore_targeting_pack_3.1.3_win_x64.msi, moving to: C:\ProgramData\Package Cache\{0DDEAE87-9909-334B-A5AA-6CF9A9E3F170}v3.1.3.0\aspnetcore-targeting-pack-3.1.3-win-x64.msi.
[1314:1308][2020-05-10T21:11:06]i304: Verified existing payload: windowsdesktop_targeting_pack_3.1.0_win_x64.msi at path: C:\ProgramData\Package Cache\{7519423C-A977-4160-83A2-48633600A216}v24.64.28315\windowsdesktop-targeting-pack-3.1.0-win-x64.msi.
[1314:1308][2020-05-10T21:11:06]i304: Verified existing payload: dotnet_31templates_3.1.201_servicing_015034_win_x64.msi at path: C:\ProgramData\Package Cache\{5F1749AA-5952-4C58-83A0-491C3FB670DB}v3.1.4.015034\dotnet-31templates-3.1.201-servicing-015034-win-x64.msi.
[1314:1308][2020-05-10T21:11:08]i304: Verified existing payload: dotnet_sdk_internal_3.1.201_win_x64.msi at path: C:\ProgramData\Package Cache\{F0123CF7-E987-4454-8D59-B1CF4A2F4BC6}v12.16.31418\dotnet-sdk-internal-3.1.201-win-x64.msi.
[1D1C:4138][2020-05-10T21:11:08]i319: Applied execute package: dotnet_runtime_3.1.3_win_x64.msi, result: 0x0, restart: None
[1314:46E4][2020-05-10T21:11:08]i325: Registering dependency: {5e0a0ca7-8d37-4573-8d5b-03416809a484} on package provider: dotnet_runtime_24.76.28628_x64, package: dotnet_runtime_3.1.3_win_x64.msi
[1314:46E4][2020-05-10T21:11:08]i301: Applying execute package: dotnet_hostfxr_3.1.3_win_x64.msi, action: Repair, path: C:\ProgramData\Package Cache\{C9C2C8AF-2311-4B95-A96A-F05C08DF3F63}v24.76.28628\dotnet-hostfxr-3.1.3-win-x64.msi, arguments: ' ARPSYSTEMCOMPONENT="1" DOTNETHOME="C:\Program Files\dotnet"'
[1314:1308][2020-05-10T21:11:08]i304: Verified existing payload: AspNetCoreSharedFramework_x64 at path: C:\ProgramData\Package Cache\{7A7C3976-250D-3C98-8010-EA18A8601A12}v3.1.3.0\AspNetCoreSharedFramework-x64.msi.
[1D1C:4138][2020-05-10T21:11:12]i319: Applied execute package: dotnet_hostfxr_3.1.3_win_x64.msi, result: 0x0, restart: None
[1314:46E4][2020-05-10T21:11:12]i325: Registering dependency: {5e0a0ca7-8d37-4573-8d5b-03416809a484} on package provider: Dotnet_CLI_HostFxr_24.76.28628_x64, package: dotnet_hostfxr_3.1.3_win_x64.msi
[1314:46E4][2020-05-10T21:11:12]i301: Applying execute package: dotnet_host_3.1.3_win_x64.msi, action: Repair, path: C:\ProgramData\Package Cache\{3FCA57CB-43E8-4010-9EAD-5A160415C21A}v24.76.28628\dotnet-host-3.1.3-win-x64.msi, arguments: ' ARPSYSTEMCOMPONENT="1" DOTNETHOME="C:\Program Files\dotnet"'
[1D1C:4138][2020-05-10T21:11:16]i319: Applied execute package: dotnet_host_3.1.3_win_x64.msi, result: 0x0, restart: None
[1314:46E4][2020-05-10T21:11:16]i325: Registering dependency: {5e0a0ca7-8d37-4573-8d5b-03416809a484} on package provider: Dotnet_CLI_SharedHost_24.76.28628_x64, package: dotnet_host_3.1.3_win_x64.msi
[1314:46E4][2020-05-10T21:11:16]i301: Applying execute package: windowsdesktop_runtime_3.1.3_win_x64.msi, action: Repair, path: C:\ProgramData\Package Cache\{76BAD9AC-C7FA-4119-B56A-A450F848ABB1}v24.76.28628\windowsdesktop-runtime-3.1.3-win-x64.msi, arguments: ' ARPSYSTEMCOMPONENT="1" DOTNETHOME="C:\Program Files\dotnet"'
[1D1C:4138][2020-05-10T21:11:25]i319: Applied execute package: windowsdesktop_runtime_3.1.3_win_x64.msi, result: 0x0, restart: None
[1314:46E4][2020-05-10T21:11:25]i325: Registering dependency: {5e0a0ca7-8d37-4573-8d5b-03416809a484} on package provider: windowsdesktop_runtime_24.76.28628_x64, package: windowsdesktop_runtime_3.1.3_win_x64.msi
[1314:46E4][2020-05-10T21:11:25]i301: Applying execute package: dotnet_targeting_pack_3.1.0_win_x64.msi, action: Repair, path: C:\ProgramData\Package Cache\{31EDE1E7-C855-4633-9D73-56F566136567}v24.64.28315\dotnet-targeting-pack-3.1.0-win-x64.msi, arguments: ' ARPSYSTEMCOMPONENT="1" DOTNETHOME="C:\Program Files\dotnet"'
[1D1C:4138][2020-05-10T21:11:49]i319: Applied execute package: dotnet_targeting_pack_3.1.0_win_x64.msi, result: 0x0, restart: None
[1314:46E4][2020-05-10T21:11:49]i325: Registering dependency: {5e0a0ca7-8d37-4573-8d5b-03416809a484} on package provider: dotnet_targeting_pack_24.64.28315_x64, package: dotnet_targeting_pack_3.1.0_win_x64.msi
[1314:46E4][2020-05-10T21:11:49]i301: Applying execute package: dotnet_apphost_pack_3.1.3_win_x64.msi, action: Repair, path: C:\ProgramData\Package Cache\{EC143F9C-DB78-44D4-9D57-DB9E8817A759}v24.76.28628\dotnet-apphost-pack-3.1.3-win-x64.msi, arguments: ' ARPSYSTEMCOMPONENT="1" DOTNETHOME="C:\Program Files\dotnet"'
[1D1C:4138][2020-05-10T21:11:52]i319: Applied execute package: dotnet_apphost_pack_3.1.3_win_x64.msi, result: 0x0, restart: None
[1314:46E4][2020-05-10T21:11:52]i325: Registering dependency: {5e0a0ca7-8d37-4573-8d5b-03416809a484} on package provider: dotnet_apphost_pack_24.76.28628_x64, package: dotnet_apphost_pack_3.1.3_win_x64.msi
[1314:46E4][2020-05-10T21:11:52]i301: Applying execute package: dotnet_apphost_pack_3.1.3_win_x64_x86.msi, action: Repair, path: C:\ProgramData\Package Cache\{C9A5D681-0618-4A1B-8444-5D2BF9B35D79}v24.76.28628\dotnet-apphost-pack-3.1.3-win-x64_x86.msi, arguments: ' ARPSYSTEMCOMPONENT="1" DOTNETHOME="C:\Program Files\dotnet"'
[1D1C:4138][2020-05-10T21:11:54]i319: Applied execute package: dotnet_apphost_pack_3.1.3_win_x64_x86.msi, result: 0x0, restart: None
[1314:46E4][2020-05-10T21:11:54]i325: Registering dependency: {5e0a0ca7-8d37-4573-8d5b-03416809a484} on package provider: dotnet_apphost_pack_24.76.28628_x64_x86, package: dotnet_apphost_pack_3.1.3_win_x64_x86.msi
[1314:46E4][2020-05-10T21:11:54]i301: Applying execute package: dotnet_apphost_pack_3.1.3_win_x64_arm.msi, action: Repair, path: C:\ProgramData\Package Cache\{61EDE4EB-E98C-47FE-BDA0-783067AE9770}v24.76.28628\dotnet-apphost-pack-3.1.3-win-x64_arm.msi, arguments: ' ARPSYSTEMCOMPONENT="1" DOTNETHOME="C:\Program Files\dotnet"'
[1D1C:4138][2020-05-10T21:11:57]i319: Applied execute package: dotnet_apphost_pack_3.1.3_win_x64_arm.msi, result: 0x0, restart: None
[1314:46E4][2020-05-10T21:11:57]i325: Registering dependency: {5e0a0ca7-8d37-4573-8d5b-03416809a484} on package provider: dotnet_apphost_pack_24.76.28628_x64_arm, package: dotnet_apphost_pack_3.1.3_win_x64_arm.msi
[1314:46E4][2020-05-10T21:11:57]i301: Applying execute package: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi, action: Repair, path: C:\ProgramData\Package Cache\{D14AD32F-059A-435B-B920-14934A177552}v24.76.28628\dotnet-apphost-pack-3.1.3-win-x64_arm64.msi, arguments: ' ARPSYSTEMCOMPONENT="1" DOTNETHOME="C:\Program Files\dotnet"'
[1D1C:4138][2020-05-10T21:11:59]i319: Applied execute package: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi, result: 0x0, restart: None
[1314:46E4][2020-05-10T21:11:59]i325: Registering dependency: {5e0a0ca7-8d37-4573-8d5b-03416809a484} on package provider: dotnet_apphost_pack_24.76.28628_x64_arm64, package: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi
[1314:46E4][2020-05-10T21:11:59]i301: Applying execute package: netstandard_targeting_pack_2.1.0_win_x64.msi, action: Repair, path: C:\ProgramData\Package Cache\{A7036CFB-B403-4598-85FF-D397ABB88173}v24.0.28113\netstandard-targeting-pack-2.1.0-win-x64.msi, arguments: ' ARPSYSTEMCOMPONENT="1" DOTNETHOME="C:\Program Files\dotnet"'
[1D1C:4138][2020-05-10T21:12:12]i319: Applied execute package: netstandard_targeting_pack_2.1.0_win_x64.msi, result: 0x0, restart: None
[1314:46E4][2020-05-10T21:12:12]i325: Registering dependency: {5e0a0ca7-8d37-4573-8d5b-03416809a484} on package provider: netstandard_targeting_pack_24.0.28113_x64, package: netstandard_targeting_pack_2.1.0_win_x64.msi
[1314:46E4][2020-05-10T21:12:12]i301: Applying execute package: aspnetcore_targeting_pack_3.1.3_win_x64.msi, action: Repair, path: C:\ProgramData\Package Cache\{0DDEAE87-9909-334B-A5AA-6CF9A9E3F170}v3.1.3.0\aspnetcore-targeting-pack-3.1.3-win-x64.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" DOTNETHOME="C:\Program Files\dotnet"'
[1314:46E4][2020-05-10T21:12:12]e000: Error 0x80070666: Failed to run maintanance mode for MSI package.
[1314:46E4][2020-05-10T21:12:12]e000: Error 0x80070666: Failed to execute MSI package.
[1D1C:4138][2020-05-10T21:12:12]e000: Error 0x80070666: Failed to configure per-machine MSI package.
[1D1C:4138][2020-05-10T21:12:12]i319: Applied execute package: aspnetcore_targeting_pack_3.1.3_win_x64.msi, result: 0x80070666, restart: None
[1D1C:4138][2020-05-10T21:12:12]e000: Error 0x80070666: Failed to execute MSI package.
[1314:46E4][2020-05-10T21:12:12]i351: Removing cached package: aspnetcore_targeting_pack_3.1.3_win_x64.msi, from path: C:\ProgramData\Package Cache\{0DDEAE87-9909-334B-A5AA-6CF9A9E3F170}v3.1.3.0\
[1314:46E4][2020-05-10T21:12:12]i351: Removing cached package: netstandard_targeting_pack_2.1.0_win_x64.msi, from path: C:\ProgramData\Package Cache\{A7036CFB-B403-4598-85FF-D397ABB88173}v24.0.28113\
[1314:46E4][2020-05-10T21:12:12]i351: Removing cached package: dotnet_apphost_pack_3.1.3_win_x64_arm64.msi, from path: C:\ProgramData\Package Cache\{D14AD32F-059A-435B-B920-14934A177552}v24.76.28628\
[1314:46E4][2020-05-10T21:12:12]i351: Removing cached package: dotnet_apphost_pack_3.1.3_win_x64_arm.msi, from path: C:\ProgramData\Package Cache\{61EDE4EB-E98C-47FE-BDA0-783067AE9770}v24.76.28628\
[1314:46E4][2020-05-10T21:12:12]i351: Removing cached package: dotnet_apphost_pack_3.1.3_win_x64_x86.msi, from path: C:\ProgramData\Package Cache\{C9A5D681-0618-4A1B-8444-5D2BF9B35D79}v24.76.28628\
[1314:46E4][2020-05-10T21:12:12]i351: Removing cached package: dotnet_apphost_pack_3.1.3_win_x64.msi, from path: C:\ProgramData\Package Cache\{EC143F9C-DB78-44D4-9D57-DB9E8817A759}v24.76.28628\
[1314:46E4][2020-05-10T21:12:12]i351: Removing cached package: windowsdesktop_runtime_3.1.3_win_x64.msi, from path: C:\ProgramData\Package Cache\{76BAD9AC-C7FA-4119-B56A-A450F848ABB1}v24.76.28628\
[1314:46E4][2020-05-10T21:12:12]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5e0a0ca7-8d37-4573-8d5b-03416809a484}, resume: ARP, restart: None, disable resume: No
[1314:46E4][2020-05-10T21:12:12]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5e0a0ca7-8d37-4573-8d5b-03416809a484}, resume: ARP, restart initiated: No, disable resume: No
[1D1C:4138][2020-05-10T21:12:12]i399: Apply complete, result: 0x80070666, restart: None, ba requested restart:  No
```

@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Host untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

5 participants