Compiler error after deploying to Azure

I have a cloud service that has an internet role and a worker role using queues, stores and tables. I posted it for Azure and everything seemed fine. When I click on the URL of the web application, I get the following error:

Compiler error message: Compiler failed with error code -2146232576.

If I use a local web app everything works great! Can someone help me please? I tried looking online, but I couldn't find a solution and I am very new to this.

+3


source to share


1 answer


Are you doing Publish directly from Visual Studio?

Try running root root and publishing it again. This is probably due to file conflicts.



HTTPS: //.scm.azurewebsites.net/DebugConsole/ shells = PowerShell

Get-ChildItem 'D:\home\site\wwwroot' | Remove-Item -Recurse -Force

      

0


source







All Articles