당황하지 마시고 Dullard의 포스트의 내용을 참고하시면 됩니다.
에러코드에 따른 해결 방법이 정리된 표를 제공하고 있습니다.
(실버라이트2, 실버라이트3 관계없이 유효합니다.)
에러코드에 따른 해결 방법이 정리된 표를 제공하고 있습니다.
(실버라이트2, 실버라이트3 관계없이 유효합니다.)
Error Code | Error Message | Cause | Fix |
0x80070643 | PerformOperation on exe returned exit code 1603 | A newer version of the developer runtime is already installed |
Manually uninstall “Microsoft Silverlight” from Add/Remove Programs and run the installer again |
0x80070666 | Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. | The installer failed to uninstall a previous version of the tools package | Manually uninstall "Microsoft Silverlight Tools for Visual Studio 2008" from Add/Remove Programs and run the installer again |
0x80070671 | Update removal was disallowed by policy. | The installer failed to uninstall a previous version of the Visual Studio patch | Manually uninstall Silverlight Tools patches (KB967143 or KB956453) applied to Microsoft Visual Studio 2008 under Installed Updates |
0x80072EE5 | WinHttpConnect failed with error: 12005 | The developer runtime failed to download because there is no internet connection | For SL2: Save Silverlight.2.0_Developer.exe to the “%TEMP%/Silverlight Tools RTW” folder and run the installer again For SL3: Save Silverlight.3.0_Developer.exe to the “%TEMP%/Silverlight 3.0 Tools Beta 1 folder” and run the installer again |
0x80091007 | The hash value is not correct. | The developer runtime failed to download correctly | For SL2: Save Silverlight.2.0_Developer.exe to the “%TEMP%/Silverlight Tools RTW” folder and run the installer again For SL3: Save Silverlight.3.0_Developer.exe to the “%TEMP%/Silverlight 3.0 Tools Beta 1 folder” and run the installer again |
0x80072EF1 | Installation failed with error code: (0x80072EF1) | Local admin account does not have proxy access and the developer runtime failed to download | For SL2: Save Silverlight.2.0_Developer.exe to the “%TEMP%/Silverlight Tools RTW” folder and run the installer again For SL3: Save Silverlight.3.0_Developer.exe to the “%TEMP%/Silverlight 3.0 Tools Beta 1 folder” and run the installer again |
1 in WebPI |
Incompatible process running, unable to complete install | Visual Studio or a web browser was open during installation | Close Visual Studio, Visual Web Developer Express, Internet Explorer, and Firefox and run the installer again |
1603 in WebPI |
PerformOperation on exe returned exit code 1603 | A newer version of the developer runtime is already installed | Manually uninstall “Microsoft Silverlight” from Add/Remove Programs and run the installer again |
12005 in WebPI |
WinHttpConnect failed with error: 12005 | The developer runtime failed to download because there is no internet connection | For SL2: Manually save Silverlight.2.0_Developer.exe to the “%TEMP%/Silverlight Tools RTW” folder and run the installer again For SL3: Manually save Silverlight.3.0_Developer.exe to the “%TEMP%/Silverlight 3.0 Tools Beta 1 folder” and run the installer again |
'Silverlight > Tips' 카테고리의 다른 글
Silverlight 3 : 브라우져 줌을 지원합시다. (0) | 2009.07.13 |
---|---|
[Tip] Collection 바인딩과 InvalidOperationException (7) | 2009.06.04 |
Tip : ListBox의 사이즈를 자동으로 따라가는 WrapPanel (0) | 2009.05.25 |
Data Class에 DataContract 등의 선언없이 WCF 사용하기 in .NET 3.5 SP1 (4) | 2009.05.08 |
Visual Studio에서 XAML을 열 때 [미리보기] 안하기 (6) | 2009.04.27 |
Daum 위젯뱅크에 실버라이트 올리기 기본코드 (4) | 2008.10.30 |
팁 : 실버라이트 2 RC0 포팅 시 Style에서 발생하는 오류 (0) | 2008.09.29 |