I have a cloud service which has a web role and a worker role, using queues, storage and tables. I published it to Azure and everything seemed fine. When I click on the web app URL I get the following error:
Compiler Error Message: The compiler failed with error code -2146232576.
If I deploy the web app locally everything works fine! Can someone help me please? I tried looking online but I couldn't find a solution and I'm very new to this.
Are you doing a "Publish" directly from Visual Studio?
Try nuking the web root and publishing again. It's likely due to file conflicts.
https://.scm.azurewebsites.net/DebugConsole/?shell=powershell
Get-ChildItem 'D:\home\site\wwwroot' | Remove-Item -Recurse -Force
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With