Installation Tips for Silverlight Tools Beta 1 for Visual Studio 2008
Silverlight 2 Beta 1 가 오늘 MIX08에서 릴리즈 된다는 것을 알고 계실것이다. 얼마나 기쁜날인지 모른다. 아래의 Silverlight 2 를 기반으로 둔 Applications 는 얼마나 놀라운가! 이것을 보기 바란다. http://www.microsoft.com/silverlight/
Silverlight 2 를 시작 하고 싶다면 here 를 클릭하여 "Silverlight Tools Beta 1 for Visual Studio 2008" 를 다운로드 한다..
이 Silverlight Tools installer 는 Silverlight 2 in Visual Studio 2008 시작에서 중요한 설치가 이다.
아래 와 같은 것을 설치 한다.
Silverlight 2 Beta 1
Silverlight 2 SDK Beta 1
KB949325 for Visual Studio 2008
Silverlight Tools Beta 1 for Visual Studio 2008
만약 당신이 PC에 이미 이전 버전의 실버 라이트가 설치 되어 있다면, 컴포넌트를을 더해주어야 한다.
이제됐다! 당신은 이제 rich Internet applications with Silverlight 2 and Visual Studio 2008 를 만들 준비가 되었다.
While the installation is that simple in most cases, there have been some installation issues reported. I've listed below the issues and solutions I've run into so far. I'll update this post if new issues are reported.
Installation Error
Install 할때 previous version의 Silverlight 1.1 Alpha 나 그 밖의 Silverlight SDK들 ,Silverlight 2 Beta 1 SDK 등이 깔려 있을때는 이러한 에러가 발생한다.
해결 방법은 이전 버전의 실버라이트를 모두 제거 하고 다시 설치 하면 된다.
Can't Find KB949325 to Uninstall?
uninstall KB949325 이 발생되면 , Add and Remove Programs를 이용하면된다. 하지만 기본적으로 제공되는 프로그램 추가/제거 에서는 보여지지 않으므로
"View Installed Updates"를 선택한다.
이제 컴퓨터에 설치된 모든 응용프로그램과 패치 , 업데이트 들이 보인다. 스크롤을 내려서 KB949325 을 찾는다. 리스트는 아래와 같은 것이다.:
It should not come as a surprise that if you uninstall KB949325, you will not be able to use Silverlight projects in Visual Studio. Only uninstall KB949325 if you're planning on returning VS08 to its RTM condition or if you're attempting to reinstall Silverlight Tools.
Prompt for installation source media
In some cases you may get a prompted for the installation CD-ROM for Visual Studio 2008.
Heath Stewart has an excellent blog post on some of the issues users are encountering when installing patches for Visual Studio 2008. You can read his entire post here. Heath has a new post specific to this prompt when installing Silverlight Tools here.
One of the scenarios causing this to happen with the Silverlight Tools installer is when Visual C++ is not installed. The other component that will cause this to happen is if you don't have the "Microsoft Visual Studio Web Authoring Component".
You can manually get around this. First you'll need to extract the individual installers from the Silverlight Tools Beta 1 for VS08 chained installer. To do this download and save the Silverlight Tools chained installer from here and save it locally.
To extract the individual installers run this command: silverlight_chainer.exe /extract
This will extract the following installers, along with other support files.
Silverlight.2.0.exe
VS90-KB949325.msp
silverlight_sdk.msi
VS_SilverlightTools_Beta1_Setup.exe
It critical that you install these components in the order listed above. (Silverlight 2, KB949325, SDK, Tools) To install KB949325 w/o being prompted for media run this command:
Note: this command will require administrative rights and it does not add the KB to Add/Remove Programs.
To list these Silverlight tools in Visual Studio's Help->About dialog and to be able to uninstall these tools from Add/Remove Programs (ARP), install the patch again using the following command:
Finally run the VS_SilverlightTools_Beta1_Setup.exe installer to complete the Silverlight Tools installation.
The project type is not supported by this installation
Even when installed successfully, some users have seen this error:
이런경우는 이전 버전의 실버라이트 툴을 인스톨한 사용자 거나 하나 또는 여러가지의 실버라이트 패키지가 Visual Studio에 적용이 되지 않았기 때문이다. 따라서, 실버라이트 패키지를 아래의 command 를 이용하여 running 해주면 된다.
happynuri 추가) 모든 프로그램 - Visual Studio 2008 - Visual Studio Tools - Visual Studio 2008 Command Prompt 실행후 아래의 명령에 입력
devenv.exe /resetskippkgs
The ASP.NET Silverlight controls show appear in the Toolbox for .aspx pages
This happens if the Silverlight SDK is installed before KB949325. As listed above the install order is important. To fix this uninstall the Silverlight SDK and re-install it.
Help Files don't show up in Visual Studio
To integrate the VS help files included in the Silverlight 2 SDK follow the instructions in this readme.txt installed with the SDK.
At the end of the installation process the installer appears to be hung.
The installer can take up to 10 minutes at the end of the installation process. What's going on? The last thing the installer does is merge the help dictionaries. If you've installed the help files for VS locally this can take some time. Don't kill the process, it's not hung.
Where to go for Installation Help?
Be sure to check out the Silverlight 2 Beta 1 readme for known issues.
If you run into installation issues not covered here please post your question in the "Installation and Setup" forum here: http://silverlight.net/forums/13.aspx
댓글 영역