Fixed Framework 1.1 For Windows 7 Installation Error

Asked By 10 points N/A Posted on -
qa-featured

I have been trying to install framework 1.1 for Windows 7 on my PC for some work but it is continuously giving an error saying that application has generated an exception. Please help me fix this.

SHARE
Answered By 0 points N/A #300890

Fixed Framework 1.1 For Windows 7 Installation Error

qa-featured

To fix the error-

  1. Create a new folder named dotnet in c drive and save the setup file there as dotnetfx.exe
  2. From the given link download the package and rename it as dotnetfxsp1.exe

http://www.microsoft.com/en-us/download/details.aspx?id=33

  1. Copy the files into the folder you created and then open command prompt
  2. Go to dotnetand then enter the command

dotnetfx.exe /c:”msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet

  1. Then run the following commands

dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp

msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp

Then install framework 1.1 by running netfx.msi from the working folder

Answered By 590495 points N/A #302155

Fixed Framework 1.1 For Windows 7 Installation Error

qa-featured

That’s right. Microsoft .NET Framework 1.1 is a very old Windows component package to be installed on Microsoft Windows 7 and it is not designed to work on Windows 7 and higher operating system. You can install Microsoft .NET Framework 1.1 on Windows 2000, Windows XP, Windows Vista, Windows Server 2003, and Windows Server 2008.

If you want to install a version of .NET Framework on your computer, the lowest possible version that will work on Windows 7 is Microsoft .NET Framework 4. The version before this, Microsoft .NET Framework 3.5 Service Pack 1, is designed to run on Windows XP, Windows Vista, Windows Server 2003, and Windows Server 2008. This, too, is not compatible with your operating system.

Related Questions