Configured RazorGenerator and everything works fine on my local machine. Using TFS to build the project and deploy to Azure returns this message for all compiled views:
```
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Windows Azure Tools\2.0\Microsoft.WindowsAzure.targets (2661): Unable to copy file "C:\a\src\Trex\trunk\src\Trex.Web\obj\CodeGen\Areas\App\Views\Account\ForgottenPasswordSuccess.cshtml.cs" to "C:\a\src\Trex\trunk\src\Trex.Web.Azure\obj\Debug\Trex.Web\C:\a\src\Trex\trunk\src\Trex.Web\obj\CodeGen\Areas\App\Views\Account\ForgottenPasswordSuccess.cshtml.cs". The given path's format is not supported.
```
```
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Windows Azure Tools\2.0\Microsoft.WindowsAzure.targets (2661): Unable to copy file "C:\a\src\Trex\trunk\src\Trex.Web\obj\CodeGen\Areas\App\Views\Account\ForgottenPasswordSuccess.cshtml.cs" to "C:\a\src\Trex\trunk\src\Trex.Web.Azure\obj\Debug\Trex.Web\C:\a\src\Trex\trunk\src\Trex.Web\obj\CodeGen\Areas\App\Views\Account\ForgottenPasswordSuccess.cshtml.cs". The given path's format is not supported.
```