HTML5 Support for Visual Studio 2010
微軟的 Visual Studio 2010 終於支援 HTML5 的編輯了。看了Announcing the Web Standards Update - HTML5 Support for the Visual Studio 2010 Editor,就下載了 Visual Studio Web Standards Update。
問題
怪事發生了,一旦執行 Web Standards Update.msi,就會出現 Service pack 1 for visual studio 2010 must be installed 的警告訊息。我的確有安裝 SP1 for VS2010 啊!
解決
如果有安裝 Windows SDK 的話,可從修改 msi 檔著手。以我的機器為例,在 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\ 下有個 Orca.msi,安裝後,執行 Orca。
打開 Web Standard Update.msi 後, 在左方 Tables 內選 CustomAction, 在 VSDCA_VsdLaunchConditions 上按右鍵 ,執行 Drop Row功能。
記得按儲存鍵。
執行
由於我們修改了 msi,數位簽章就失效了,執行時會出現如下圖的警告訊息,這是正常的。按「Run」以繼續執行。
然後,就可以安裝了。
執行 Visual Studio 2010.建立一個新的 Web Application後,可以選擇 HTML5 來檢查格式。
當我們打入 <vi時,會出現 video 的 intellisense (智能提示)。果然好用。
參考
- http://visualstudiogallery.msdn.microsoft.com/a15c3ce9-f58f-42b7-8668-53f6cdc2cd83
- Walkthrough post by Hanselman
我將修改好的 msi 放在這裡,有需要的人可以自行下載。
1 則留言:
感謝。我找這個很久了
張貼留言