hi, i am running windows 7 and am trying to install nba 2k10 on my computer. when i am installing microsoft .net 1.1 framework, the following error occurs. application has generated an exception that could not be handled. Process id=0xff0 (4080), Thread id=0xf54 (3924). Click OK to terminate the application. Click CANCEL to debug the application. Registered JIT debugger is not available. An attempt to launch a JIT debugger with the following command resulted in an error code of 0x2 (2). please check computer settings. cordbg.exe !a 0xff0. Click on RETRY to have the process wait while attaching a debugger manually. Click on CANCEL to abort the JIT debug request. Clicked CANCEL.

Recommended Answers

All 2 Replies

hi, i am running windows 7 and am trying to install nba 2k10 on my computer. when i am installing microsoft .net 1.1 framework, the following error occurs. application has generated an exception that could not be handled. Process id=0xff0 (4080), Thread id=0xf54 (3924). Click OK to terminate the application. Click CANCEL to debug the application. Registered JIT debugger is not available. An attempt to launch a JIT debugger with the following command resulted in an error code of 0x2 (2). please check computer settings. cordbg.exe !a 0xff0. Click on RETRY to have the process wait while attaching a debugger manually. Click on CANCEL to abort the JIT debug request. Clicked CANCEL.

Workaround:

Windows 7 comes packaged with Microsoft Net Framework 2.0 and 3.0, but not version 1.1, which may still required by some application such as QuickBooks 7, GFI Report Packs, VS.NET 2003, InstallShield 11.5, and many other developed software. However, when trying to install Microsoft .NET Framework 1.1 (dotnetfx.exe) on Windows Vista or Windows 7, one or more error message similar to one of the following text will appear, and stop or prevent setup installation of .NET Framework 1.1 from continuing successfully.

Thus, the workaround to fix the Microsoft.NET Framework 1.1. Installation error on Vista is to slipstream .NET Framework 1.1 SP1 into .NET Framework 1.1 installer, so that both the .NET Framework and the Service Pack can be installed at the same time.
To slipstream .NET 1.1 SP1 into .NET Framework setup package to have a integrated .NET Framework 1.1 SP1 installer, follow steps in this trick:
1. Create a new folder named DotNet in C:\ drive (C:\DotNet is used in this guide; you can change to any folder you prefer, but ensure that you use correct path in the following steps).
2. Download Microsoft .NET Framework 1.1 Redistributable Package (dotnetfx.exe). Make sure the setup file is saved as dotnetfx.exe.
3. Download Microsoft .NET Framework 1.1 Service Pack 1 (NDP1.1sp1-KB867460-X86.exe). Make sure that the file is renamed and saved as dotnetfxsp1.exe, so that the rest of the steps can be followed easily.
4. Move both installation files into the same directory (i.e. C:\DotNet), if you’re not saving them together.
Open command prompt as administrator
5. Change to the directory where the two installation setup files for .NET 1.1 are saved (i.e. C:\DotNet).
6. Run the following commands one by one, press Enter after each one.
o dotnetfx.exe /c:"msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet"
If you’re not using C:\DotNet directory, change the target to your path accordingly.

Then click on “Yes” when prompted to answer “would you like to install Microsoft .NET Framework 1.1. Package?”
Wait for the uncompression, extraction and setup to complete with the display of the following dialog which says installation complete.

o dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp
No status message for this step.
o msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp

Wait for windows installer Microsoft .NET Framework 1.1 to finish and disappear automatically.
7. Install Microsoft .Net Framework 1.1 with slipstreamed/integrated Service Pack 1 by running netfx.msi created in the working folder.

Good luck with it. This applies also on Windows vista

i still cant install microsost .netframework 1.1, is there any other way???

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.