Hi! I'm trying to deploy this in an Azure Web App, and I'm getting the following error:
Parser Error Message: The CodeDom provider type "Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" could not be located.
I'm deploying it from GitHub (I've forked the repo and moved everything to the root folder so Azure finds the Web.config file). Any help?
Hi! I'm trying to deploy this in an Azure Web App, and I'm getting the following error:
Parser Error Message: The CodeDom provider type "Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" could not be located.I'm deploying it from GitHub (I've forked the repo and moved everything to the root folder so Azure finds the Web.config file). Any help?