http://www.microsoft.com/azure/register.mspx
Windows Web Server 2008 の本環境ではすでに IIS7 は稼動しているが、
Azure SDK のためには SQL Server が必要となる。
SQL Server Express 2008 のインストールには Installer のインストールが
必要だが、これのインストールがメモリ不足のため実行できなかったため、
SQL Server Express 2005 をインストールした。
SQL Server Express 2008 with Tools をインストール。
( Windows Web Server 2008 には Windows Installer 4.5 の追加インストールは不要 )
( Windows Web Server 2008 には Windows Installer 4.5 の追加インストールは不要 )
Visual Web Develper 2008 Express Editon をインストールした。
結果、現在は SQL Server は 2008 のバージョンとなっている。
以下は Azure SDK 添付の sample.zip の中の Thumbnails のデモアプリを
実行時のものである
SQL Server が Development Storage のベースとして利用されている
Development Storage が Azure のストレージ
SQL Server が起動していない場合、以下のようなエラーとなる。
This buffer is for notes you don't want to save, and for Lisp evaluation.
If you want to create a file, visit that file with C-x C-f,
then enter the text in that file's own buffer.
'/' アプリケーションでサーバー エラーが発生しました。
The Windows Azure storage services cannot be contacted via the current account
configuration or the local development storage tool is not running. Please start the
development storage tool if you run the service locally!
説明: 現在の Web 要求を実行中に、ハンドルされていない例外が発生しました。エラーに関する詳
および例外の発生場所については、スタック トレースを参照してください。
例外の詳細: System.Net.WebException: The Windows Azure storage services cannot be contacted via the current account configuration or the local development storage tool is not running. Please start the development storage tool if you run the service locally!
ソース エラー:
[関連したソースの行はありません]
ソース ファイル: Default.aspx.cs 行: 47
スタック トレース:
[WebException: The Windows Azure storage services cannot be contacted via the current account configuration or the local development storage tool is not running. Please start the development storage tool if you run the service locally!]
Microsoft.Samples.ServiceHosting.Thumbnails._Default.CreateOnceContainerAndQueue()
in Default.aspx.cs:47
Microsoft.Samples.ServiceHosting.Thumbnails._Default.GetPhotoGalleryContainer()
in Default.aspx.cs:58 Microsoft.Samples.ServiceHosting.Thumbnails._Default.Page_PreRender(Object sender, EventArgs e) in Default.aspx.cs:87 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnPreRender(EventArgs e) +8682870
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
0 件のコメント:
コメントを投稿