문제 : Lord of the Rings Online은 .NET Framework 1.1을 설치해야했습니다. 다른 상위 버전은 취소하지 않습니다. 독립형 설치 프로그램을 다운로드하면 설치 프로세스가 끝날 때 예외가 발생합니다.
오류 메시지는
"Application has generated an exception that could not be handled"
이것에 대해 어떻게해야합니까?
문제 : Lord of the Rings Online은 .NET Framework 1.1을 설치해야했습니다. 다른 상위 버전은 취소하지 않습니다. 독립형 설치 프로그램을 다운로드하면 설치 프로세스가 끝날 때 예외가 발생합니다.
오류 메시지는
"Application has generated an exception that could not be handled"
이것에 대해 어떻게해야합니까?
답변:
다음 명령을 하나씩 실행하십시오.
dotnetfx.exe /c:"msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet"
예를 클릭하고 설치 완료를 알리는이 대화 상자를 기다리십시오.
dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp
msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp
설치 프로그램이 자동으로 사라질 때까지 기다리십시오.
작업 폴더에서 netfx.msi를 실행하여 슬립 스트림 서비스 팩 1과 함께 Microsoft .Net Framework 1.1을 설치하십시오.
출처 : http://social.answers.microsoft.com/Forums/en/w7programs/thread/18093af8-54af-457c-bfdc-184c63cf4941
엑스트라 쿤,
이것을 사용하여 클라이언트 Windows 7 컴퓨터 중 하나에 설치했습니다. 하나 (실제로 볼 수는 없지만 URL이 올바르게 보이는 것)는 Windows 7에 .NET FW 1.1을 설치하는 방법을 설명합니다. http://saranspot.blogspot.com/2009/02 /installing-dotnet-framework-11-on.html