我在Windows 7 64-Bit Ultimate上全新安裝了Expression Blend 3,每次我在Expression Blend 3中創建一個全新的Silverlight 3 Application + Website項目,然後嘗試運行它我得到錯誤:
由於以下錯誤,無法啟動“ http:// localhost:63523/Default.html ”: System.ComponentModel.Win32Exception:找不到應用程序
Blend正在使用Microsoft Expression Development Server,服務器的圖標啟動並顯示在系統托盤中,因此我知道它正在運行。單擊圖標上的“顯示詳細信息”時,我可以看到物理路徑已正確設置為項目的路徑。 Default.html文件存在於Expression Development Server指向的文件夾中。