Azure node.js iisnode_shema.xml The system cannot find the path specified

I'm using the latest Windows Azure SDK for Node.js (August 2012) from Web Platform Installer. When I try to run my node application I get this error in the log file:

G:\node\mathwizard\local_package.csx\roles\WebRole2\approot\bin>copy /y "C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\x64\iisnode_schema.xml" "C:\Program Files\IIS Express\config\schema\iisnode_schema.xml" The system cannot find the path specified.

Cannot connect to the application in the browser.

Any help please?

We made some changes between the July and August releases that make it necessary to migrate your project over to the new August format if you want to use the August tools. As you discovered, if you recreate the project, copy over all your node files unchanged, it should just work. Sorry for the inconvenience!

We have filed this issue https://github.com/WindowsAzure/azure-sdk-tools/issues/331 to investigate further.