嘗試在VS2010中的devFabric上運行Azure中的.NET應用程序時出現錯誤。
我得到的錯誤是:如何解決在VS 2010中運行Azure存儲模擬器的錯誤?
Windows Azure Tools: Failed to initialize Windows Azure storage emulator. Unable to start Development Storage. Failed to start Development Storage: the SQL Server instance ‘localhost\SQLExpress’ could not be found. Please configure the SQL Server instance for Development Storage using the ‘DSInit’ utility in the Windows Azure SDK.
於是我就dsInit從Azure的SDK,我得到以下錯誤:
Added reservation for http://127.0.0.1:10000/ in user account Tim-T500-32Win7\Tim. Added reservation for http://127.0.0.1:10001/ in user account Tim-T500-32Win7\Tim. Added reservation for http://127.0.0.1:10002/ in user account Tim-T500-32Win7\Tim.
Creating database DevelopmentStorageDb20090919... Cannot create database 'DevelopmentStorageDb20090919' : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
One or more initialization actions have failed. Resolve these errors before attempting to run the storage emulator again. These errors can occur if SQL Server was installed by someone other than the current user. Please refer to http://go.microsoft.com/fwlink/?LinkID=205140 for more details.
SQL Server 2008中我的機器上運行,但我真的不知道問題是什麼。第二條錯誤消息中引用的頁面提到了sql 2005.
有關如何讓存儲模擬器與2010一起工作的任何建議?
編輯 另請注意 - 出於某種原因,我在SQL Express的SQL Server配置管理器中有一個條目,但我無能爲力 - 它顯然是一個死鏈接。
如果這是原因,那麼是否有解決此問題的建議方法?
+1感謝您的詳細幫助鏈接。 – Tim