當我嘗試調試使用VS 2010,下面的錯誤對話框中的Windows Azure應用程序,名爲Windows Azure Storage Emulator
出現:Azure存儲模擬器已停止工作
The 'system.serviceModel/services' configuration section cannot be created. The machine.config file is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.
Immediatelly我得到的存儲模擬器已停止工作的通知。
附加一個調試器顯示以下信息:
An unhandled exception ('System.Configuration.ConfigurationerrorsException') occured in DSService.exe [7000].
我運行Visual Studio爲管理員。嘗試之前做了DSInit
和數據庫已成功創建,但沒有解決問題。
有什麼建議嗎?
編輯:SQLEXPRESS正在運行,我禁用了SQLSERVER實例,只留下了SQLEXPRESS,但問題是相同的。也許有某種配置可以告訴Azure模擬器使用哪個服務器?
此問題看起來與How to fix error running storage emulator for Azure in VS 2010?非常相似。當我在DSIinit
中使用不正確的服務器名稱時,發生了同樣的錯誤,但它不適用於我的情況。
結論到目前爲止,我的操作系統出現了問題,因爲重新安裝各種組件(IIS,SQL,.NET)並沒有幫助。決定在虛擬機上進行開發 - 效果很好。 – 2012-03-12 07:00:53