Windows Azure for PHP:计算仿真程序错误

Windows Azure for PHP:计算仿真程序错误,php,windows,azure,Php,Windows,Azure,在认真执行URL上的“构建和部署Windows Azure PHP应用程序”页面上的步骤时http://azurephp.interoperabilitybridges.com/articles/build-and-deploy-a-windows-azure-php-application,我在运行命令时执行“在本地开发环境中运行PHP应用程序”步骤时遇到以下错误: package create -in="C:\temp\WindowsAzurePHPApp" -out="C:\temp\Wi

在认真执行URL上的“构建和部署Windows Azure PHP应用程序”页面上的步骤时http://azurephp.interoperabilitybridges.com/articles/build-and-deploy-a-windows-azure-php-application,我在运行命令时执行“在本地开发环境中运行PHP应用程序”步骤时遇到以下错误:

package create -in="C:\temp\WindowsAzurePHPApp" -out="C:\temp\WindowsAzurePHPApp\build" -dev=true

有人能帮我解决我遗漏的问题吗?
我已手动完成此页上的步骤。还手动并仔细地完成了先决条件修订ServiceDefinition.csdef文件第15行中的内容?我猜是这样的



尝试使用普通HTML注释标记()对整个部分进行注释,然后再次运行package命令。

谢谢。它工作得很好。除了您的解决方案,我将考虑MST建议使用最新的SDK 1.6,因为我正在使用1.4。(我根据他们的网站建议使用1.4)
C:\>package create -in="C:\temp\WindowsAzurePHPApp" -out="C:\temp\WindowsAzurePH
PApp\build" -dev=true
Windows(R) Azure(TM) Packaging Tool version 1.4.0.0
for Microsoft(R) .NET Framework 3.5
Copyright (c) Microsoft Corporation. All rights reserved.

C:\temp\WindowsAzurePHPApp\ServiceDefinition.csdef (15, 12): Error  CloudService
s051 : The XML specification is not valid: The required attribute 'value' is mis
sing.
C:\temp\WindowsAzurePHPApp\ServiceDefinition.csdef (15, 37): Error  CloudService
s051 : The XML specification is not valid: The element cannot contain white spac
e. Content model is empty.
C:\temp\WindowsAzurePHPApp\ServiceDefinition.csdef (16, 14): Error  CloudService
s051 : The XML specification is not valid: The element 'http://schemas.microsoft
.com/ServiceHosting/2008/10/ServiceDefinition:Variable' cannot contain child ele
ment 'http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition:Role
InstanceValue' because the parent element's content model is empty.
Windows(R) Azure(TM) Desktop Execution Tool version 1.4.0.0
for Microsoft(R) .NET Framework 3.5
Copyright (c) Microsoft Corporation. All rights reserved.

Starting the storage emulator...
Windows(R) Azure(TM) Desktop Execution Tool version 1.4.0.0
for Microsoft(R) .NET Framework 3.5
Copyright (c) Microsoft Corporation. All rights reserved.

Starting the compute emulator...
Windows(R) Azure(TM) Desktop Execution Tool version 1.4.0.0
for Microsoft(R) .NET Framework 3.5
Copyright (c) Microsoft Corporation. All rights reserved.

Using session id 1
Windows(R) Azure(TM) Desktop Execution Tool version 1.4.0.0
for Microsoft(R) .NET Framework 3.5
Copyright (c) Microsoft Corporation. All rights reserved.

Using session id 1
**The compute emulator had an unexpected error: Can't locate service descriptions.**
.
C:\temp\WindowsAzurePHPApp\build/WindowsAzurePHPApp.cspkg
C:\>