Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

BMS Server plugins require the .NET Framework 3.5. The installation is typically done through an online installer, but in some closed systems the internet connection is not possible.

This article guides you through the steps necessary to install the framework in offline mode. Installation can be done using the Windows installation media (DVD or disk image) of your Windows version (8, 10, Server 2012, or Server 2016).

  1. Insert the Windows installation disk in your CD/DVD drive so that Windows can access its content or mount the disk image as a drive.

  2. Open command prompt with administrative privileges

  3. Issue the following command

    Command

    Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\Sources\sxs /LimitAccess

    and replace the source location according to the path of your Windows DVD.

    Installation will take a few minutes and result in a message that the operation completed successfully.

Troubleshooting

Following error codes are known to occur most commonly during the installation:

  • 0x800F081F – The source files could not be found
  • 0x800F0906 – The source files could not be downloaded

If you are connected to the internet and still are encountering this issue, this is because you have installed the following Windows updates:

KB2966826
KB2966827
KB2966828
These are the security updates for .NET Framework 3.5 which must be installed on the current installation of the framework. But since Microsoft applies these updates regardless of whether framework 3.5 is installed or not, they get installed even when the framework is not installed.

If these updates are installed first and then you try to install the framework, you will get the above mentioned errors. You will need to uninstall the above mentioned updates, install the .NET Framework 3.5 through one of the methods mentioned above and finally install the updates again.

  • No labels