.Net Framework 2 with later versions


  1. Posts : 31
    Windows 10 professinal
       #1

    .Net Framework 2 with later versions


    I want to install a program on a Win10 home laptop. The install routine says “install .NET Framework 2” first.

    I can see that .NET Framework 3.5 and 4.38 were recently updated. This indicates multiple versions can co-exist. Possibly the install routine for this older program simply does not conceive of = or >, possibly there is something in version 2 that is not in the later versions.

    Regardless, the question is, can .NET Framework 2 be installed without disrupting the functioning of whatever else is already in place on the computer?
      My Computer


  2. Posts : 913
    CP/M
       #2

    I can see that .NET Framework 3.5 and 4.38 were recently updated.
    Curent .net patches are common for all built-in .net versions so not necessarily. Furthermore, old .net frameworks are not installed by default. Check Control Panel - Programs and Features - Turn Windows features On or Off whether .net 2/3/3.5 is installed:
    .Net Framework 2 with later versions-win_remove_features_1.png

    If old .net frameworks are not checked, try to install them here. In the case error (Missing Installation Media or something similar) occurrs, use DISM command as explained in the following article:
    https://docs.microsoft.com/en-us/win...nagement--dism

    Regardless, the question is, can .NET Framework 2 be installed without disrupting the functioning of whatever else is already in place on the computer?
    Yes if it is installed either in dialog above or using DISM command. Do not use any standalone installers.
      My Computer


  3. Posts : 6,856
    22H2 64 Bit Pro
       #3

    You can install whatever versions are required by installed programs.

    .Net Framework 2 with later versions-net-version-detector.jpg
      My Computer


  4. Posts : 31
    Windows 10 professinal
    Thread Starter
       #4

    I was able to get the .Net Framework version (installed?/enabled?) Using the DISM command, then install an activate the software program. It appears to be functioning properly now.
      My Computer


  5. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #5

    Hello @AndyHw10f,

    If you wanted a quick list of the .NET Framework versions installed, open an elevated PowerShell prompt and type the following cmd and press <Enter>.
    Code:
    ls 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | % { Get-ItemProperty -Path Registry::$($_.Name) } | Select Version -Unique

    Also open an elevated CMD prompt and type the following cmd and press <Enter>.
    Code:
    dir %windir%\Microsoft.Net\Framework\v* /b | findstr "v[1-9]"

    I thought these might be helpful for you!
    Last edited by Paul Black; 26 Sep 2020 at 08:36.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:39.
Find Us




Windows 10 Forums