Windows 10 では、多くのユーザーが .NET Framework 3.5 をインストールしようとして、問題に遭遇しています。 DISM を使用して .NET 3.5 をインストールする際に、エラー 14003 が発生し、いくつかの Microsoft-Windows-NetFx3-OnDemand-Package エラー 0x800736b3 が表示されます。 ここでは、それを回避するための方法を説明します。
エラーコード 0x800736b3 は、Windows 10 のコンポーネント ストアが破損していることを示します。 これは、テキストメッセージ ERROR_SXS_ASSEMBLY_NOT_FOUND.
An error occurred – Microsoft-Windows-NetFx3-OnDemand-Package Error.に相当します。 0x800736b3
Error: 14003
The referenced assembly is not installed on your system.
I noticed that most users who faced this issue tried to install .NET Framework 3.5 in Windows 10 using the following command:
dism /online /add-package /packagepath:D:\sources\sxs\microsoft-windows-netfx3-ondemand-package.cab
Here, D: is the drive letter of Windows 10 setup media.
To resolve this issue, first try to install .NET Framework 3.5 as described in following article.
That was the most users who focused this issue in the Windows 10 in the database.
This case, I tried to install .NET Framework 5.5 in the system in the following command:
Windows 10 で DISM を使用して .NET Framework 3.5 をオフラインでインストールする。
それでも .NET framework 3.5 をインストールできず、同じエラーが発生する場合は、コンポーネント ストアを修復する必要があることを意味します。
Dism /Online /Cleanup-Image /StartComponentCleanup
Dism /Online /Cleanup-Image /RestoreHealth
これで問題が解決し、Windows 10 に .NET Framework 3.5 をインストールできるはずです。
サポート
Winaero では皆様のサポートを非常に頼りにしています。 以下のオプションを使用することで、このサイトが面白く、役に立つコンテンツやソフトウェアを提供し続けることができます:
.