アプリケーションの移行
Silerlight 2 Beta 2、それ以前のリリースで作成したアプリを移行するには、最新のSilverlight 2 Tools for Visual Studio 2008を手に入れてコンパイルしなおさなければならない。手順は以下の通り。
- 最新のSilverlight 2 Tools for Visual Studio 2008を手に入れる。古いものはすべてアンインストールしておく。
- 古いプロジェクト(.csprojファイル)を開く。古いバージョンで作ったプロジェクトをアップグレードするかというダイアログがでる。Yes。
- すべてのHTMLファイルを開き、以下を変更する:
• The Silverlight MIME type
application/x-silverlight-2-b1 or application/x-silverlight-2-b2
→ application/x-silverlight-2
• The Silverlight installation URL
http://go.microsoft.com/fwlink/?LinkID=108182 or http://go.microsoft.com/fwlink/?LinkID=115261
→ http://go.microsoft.com/fwlink/?LinkID=124807
Note: some templates replaced http://go with http://go2. Be sure to search for both. - デバッグする。たぶんいろいろエラーが出るからがんばって直す。
追加・削除・変更で目についたもの
+ CompositionTarget.Rendering アニメーション( ゚Д゚)ウマー
? DLRがない
(つづく)
No comments:
Post a Comment