首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Net Framework4.8安装失败:找不到对象或属性

Net Framework4.8安装失败:找不到对象或属性
EN

Stack Overflow用户
提问于 2022-06-03 13:41:54
回答 1查看 7.3K关注 0票数 6

我试图安装NetFramework4.8,但是安装返回

安装失败,找不到对象或属性

我尝试过许多解决方案,比如使用网络框架修复工具、离线安装程序等等。

它们都不起作用,所以我决定检查cbs.log,这就是我得到的:

代码语言:javascript
复制
Wait for Item (x64-Windows10.0-KB4486153-x64.cab) to be available
x64-Windows10.0-KB4486153-x64.cab is now available to install
Creating new Performer for Exe item
Created new ExePerformer for Exe item
Action: Performing Action on Exe at C:\5a9f17874cff9e1d385125\x64-Windows10.0-KB4486153-x64.cab
Launching CreateProcess with command line = dism.exe /quiet /norestart /online /add-package /packagepath:"C:\5a9f17874cff9e1d385125\x64-Windows10.0-KB4486153-x64.cab"
Exe log file(s) :
C:\Windows\logs\cbs\CBS.log
Log File C:\Windows\logs\cbs\CBS.log exists and will be added to the Watson upload list
Exe (C:\5a9f17874cff9e1d385125\x64-Windows10.0-KB4486153-x64.cab) failed with 0x80092004 - Cannot find object or property. .
Exe Log File: CBS.log
PerformOperation on exe returned exit code 2148081668 (translates to HRESULT = 0x80092004)
Action complete
Error 0x80092004 is mapped to Custom Error:
OnFailureBehavior for this item is to Rollback.
Action: Performing actions on all Items
Restart manager will not be used since the current operation is not install.
Action complete
Action complete
Final Result: Installation failed with error code: (0x80092004), "Cannot find object or property. " (Elapsed time: 0 00:02:46).

然后我检查了注册表,似乎net48已经安装在注册表POV中了

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET框架安装程序的注册表值\NDP\v4\Full\Release显示528049。

然而,我的程序没有检测到它,所以它要求我安装这个网络框架,而且似乎安装程序也没有检测到它,我如何解决这个问题呢?

EN

回答 1

Stack Overflow用户

发布于 2022-08-15 07:49:10

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/72490514

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档