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.
```
Comments: I'll do a test with an empty project to see if it happens with GIT as well. The path error is currently only happening with the precompiled views. I'll turn off the precompilation for now and wait to see if Pranav has some feedbacks. Thanks again!
```
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.
```
Comments: I'll do a test with an empty project to see if it happens with GIT as well. The path error is currently only happening with the precompiled views. I'll turn off the precompilation for now and wait to see if Pranav has some feedbacks. Thanks again!