2011-08-16 1 views
3

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.

だから私はAzureのSDKからdsInitを走ったと私は次のエラーを取得:

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のは、私のマシン上で実行されているが、私は本当にわからないが何が問題なの? 2番目のエラーメッセージで参照されているページでは、SQL 2005について語ります。

2010年のストレージエミュレータの使用方法についてのご意見はありますか?

EDIT また、何らかの理由でSQL ExpressのSQL Server Config Managerにエントリがありますが、何もできません。これは明らかに無効なリンクです。
これが原因の場合は、問題を解決するための推奨方法がありますか?

答えて

4

を(表現していない)私は、SQL Serverを実行するために必要なときに私は無効から[SQLExpressを持っていた非常に愚かな

を感じます(管理者として実行)と

DsInit /sqlInstance:. 

enter image description here

次のコマンドを入力します
+0

詳細なヘルプにリンクしていただきありがとうございます。 – Tim

0

オープンウィンドウ紺碧のコマンドプロンプトを

関連する問題