3.5 .NET Installation & Setup

Installing Manitou Requires .Net Framework 3.5 to be installed. This article shows the correct module installation as well as solutions to failures.

Install Necessary Roles and Features

  1. Open Server manager.

  2. Click Manage then select Add Roles and Features. Alternatively, select Add Roles and Features from the Welcome Tile.

  3. Select Role Based or Feature-Based Installation.

  4. Select the intended Server that needs features installed, then click Next.

  5. Select Next at the Server Roles page.

  6. At the Features Page, expand .Net Framework 3.5 Features and check the box for .Net Framework 3.5.

  7. Expand .Net Framework 4.X Features. Verify that .Net Framework 4.X is selected.

  8. Expand WCF Services, verify that TCP Port Sharing is checked then select Next.
    image.png

  9. Verify the features you wish to install, then select Install.

NOTE: If you are prompted for an alternate source path at the Confirm Installations page, follow the instructions below.

  1. Run gpedit.msc

  2. Expand Computer Configuration ? Administrative Templates

  3. Select System
    image.png

  4. Right click the setting Specify settings for optional component installation and component repair and select Edit.

  5. Set to Enabled.

  6. Check the box that says Download repair content and optional features directly from Windows Update instead of Windows Server Update Services (WSUS) then select OK.
    image.png

  7. Close the gpedit application.

  8. Launch a command prompt as administrator

  9. Type in and run the following command
    DISM /enable-feature /featurename:NetFx3 /online /all

  10. Return to install any remaining Roles and Features needed.

Was this article helpful?
Thank you for your feedback!
User Icon

Thank you! Your comment has been submitted for approval.