Office 2013 Preview x86 英文版簡單試用
安裝於 Windows 7 x86 上 (Office 2013 只支援 Windows 7、Windows 8)
(下圖) 安裝畫面大致和舊版相似
(下圖) 全部安裝約需要 3GB 硬碟空間
(下圖) 圖案風格改為 Windows 8 使用的 Metro Style
(下圖) 執行 Word 2013 Preview 看看
(下圖) 開頭出現一段動畫
(下圖) 可以不 Sign In
(下圖) 可以把檔案儲存到 SkyDrive
(下圖) 看一下新功能介紹
(下圖) 主操作畫面和 Office 2007/ 2010 相似
(下圖) 存檔可以存到本機或 SkyDrive
(下圖) 沒有出現 Office 2013 專屬的 .docx 或 .doc 格式
2012年7月19日 星期四
2012年7月18日 星期三
[研究] Windows Azure Instance 出現 unknown state
[研究] Windows Azure Instance 出現 unknown state
上傳某個 Windows Azure 方案(Solution) 時出現 unknown state 訊息,然後會不斷的重複 start, unknown state 的訊息,無法 Complete。確認砍掉成功後,開始上傳舊版本,也是如此,測試數個舊版本,都如此。
重新建立一個全新的 Windows Azure Solution 上傳,成功。再次上傳不同版本舊 Code,又一切都正常。
印象中以前也曾出現過一次,過一陣子又正常了。
(完)
上傳某個 Windows Azure 方案(Solution) 時出現 unknown state 訊息,然後會不斷的重複 start, unknown state 的訊息,無法 Complete。確認砍掉成功後,開始上傳舊版本,也是如此,測試數個舊版本,都如此。
重新建立一個全新的 Windows Azure Solution 上傳,成功。再次上傳不同版本舊 Code,又一切都正常。
印象中以前也曾出現過一次,過一陣子又正常了。
(完)
[研究] Azure Storage Explorer 5 Preview 1看不到 Blobs 中 container
[研究] Azure Storage Explorer 5 Preview 1看不到 Blobs 中 container
http://azurestorageexplorer.codeplex.com/
原本電腦安裝 Azure Storage Explorer, Version 4 Beta 1 (October 2010)
(下圖) 今天安裝了 Azure Storage Explorer 5 Preview 1 (June 18 2012),結果發現 Table Storage 中資料仍在,但是 Blobs 中資料是空的。
(下圖) 後來移除改安裝 Azure Storage Explorer, Version 4.0.0.9 (May 8 2011),發現顯示正常,虛驚一場。
(完)
後記,後來把 Azure Storage Explorer, Version 4.0.0.9 (May 8 2011) 移除,再度安裝Azure Storage Explorer 5 Preview 1 (June 18 2012),這次 Blobs 可以看到
http://azurestorageexplorer.codeplex.com/
原本電腦安裝 Azure Storage Explorer, Version 4 Beta 1 (October 2010)
(下圖) 今天安裝了 Azure Storage Explorer 5 Preview 1 (June 18 2012),結果發現 Table Storage 中資料仍在,但是 Blobs 中資料是空的。
(下圖) 後來移除改安裝 Azure Storage Explorer, Version 4.0.0.9 (May 8 2011),發現顯示正常,虛驚一場。
(完)
後記,後來把 Azure Storage Explorer, Version 4.0.0.9 (May 8 2011) 移除,再度安裝Azure Storage Explorer 5 Preview 1 (June 18 2012),這次 Blobs 可以看到
2012年7月12日 星期四
[研究] Visual Studio 2010 的 [清除方案] 無法清乾淨
[研究] Visual Studio 2010 的 [清除方案] 無法清乾淨
Azure SDK 改用 1.7後,某專案在編譯、剛開始執行時正常,點選某網頁時出現錯誤(下圖)
(下圖) 搜尋 Microsoft.Practices.EnterpriseLibrary
(下圖) 發現 Global.asax、Web.config、App.config、WorkerRole.cs 中 Microsoft.Practices.EnterpriseLibrary 有字串,把它們註解掉後,重新編譯、執行,問題依然存在
(下圖) 根據資訊,去查 aspnet.config、machines.config,並沒有找到 Microsoft.Practices.EnterpriseLibrary
(下圖) 選擇 Visual Studio 2010 Ultimate 的 [建置] 下拉選單的 [清除方案],重新編譯、執行,問題依然存在
(下圖) 最後在專案的 bin 目錄中,發現 [清除方案] 並沒有把檔案清除乾淨,手動刪除方案中各個專案下的 bin 目錄中的檔案,重新編譯、執行,沒有發生相同的錯誤了。
(完)
Azure SDK 改用 1.7後,某專案在編譯、剛開始執行時正常,點選某網頁時出現錯誤(下圖)
(下圖) 根據訊息,似乎是找不到 Microsoft.Practices.EnterpriseLibrary 類的組件
(下圖) 搜尋 Microsoft.Practices.EnterpriseLibrary
(下圖) 根據資訊,去查 aspnet.config、machines.config,並沒有找到 Microsoft.Practices.EnterpriseLibrary
(下圖) 選擇 Visual Studio 2010 Ultimate 的 [建置] 下拉選單的 [清除方案],重新編譯、執行,問題依然存在
2012年7月10日 星期二
Windows Azure SDK 升級 1.7 後,無法載入檔案或組件 'Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0
Windows Azure SDK 升級 1.7 後,無法載入檔案或組件 'Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0
硬碟 format 重新安裝後,Windows Azure SDK 安裝 1.7 版 ( June 2012),沒有安裝 1.6 版,把某個舊方案開啟並升級後,升級正常,編譯正常,上傳到 Windows Azure Platform 上執行,出現錯誤:Could not load file or assembly 'Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0
(下圖) 在本機上按下 F5 執行,也出現錯誤
(下圖) 檢查 Microsoft.WindowsAzure.StorageClient 參考,發現有兩個版本
(下圖) 把目前的參考 Microsoft.WindowsAzure.StorageClient 刪除
(下圖) 在 [參考] 按下滑鼠右鍵,選 [加入參考]
(下圖) 點選 [.NET] 頁籤,點選 Microsoft.WindowsAzure.StorageClient,版本選 1.7.0.0 版的,按下 [確定] 按鈕
(下圖) 如果不刪除原有的,直接加入會出現下面錯誤
存檔、重新編譯執行,在本機上執行正常,上傳雲端執行也正常。
(完)
相關文章:
[研究] Azure SDK 升級到 1.7 版後,本機執行畫面異常之解決
http://shaurong.blogspot.tw/2012/06/azure-sdk-17.html
硬碟 format 重新安裝後,Windows Azure SDK 安裝 1.7 版 ( June 2012),沒有安裝 1.6 版,把某個舊方案開啟並升級後,升級正常,編譯正常,上傳到 Windows Azure Platform 上執行,出現錯誤:Could not load file or assembly 'Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0
(下圖) 在本機上按下 F5 執行,也出現錯誤
(下圖) 檢查 Microsoft.WindowsAzure.StorageClient 參考,發現有兩個版本
(下圖) 把目前的參考 Microsoft.WindowsAzure.StorageClient 刪除
(下圖) 在 [參考] 按下滑鼠右鍵,選 [加入參考]
(下圖) 點選 [.NET] 頁籤,點選 Microsoft.WindowsAzure.StorageClient,版本選 1.7.0.0 版的,按下 [確定] 按鈕
(下圖) 如果不刪除原有的,直接加入會出現下面錯誤
存檔、重新編譯執行,在本機上執行正常,上傳雲端執行也正常。
(完)
相關文章:
[研究] Azure SDK 升級到 1.7 版後,本機執行畫面異常之解決
http://shaurong.blogspot.tw/2012/06/azure-sdk-17.html
訂閱:
文章 (Atom)