Oxygene ASP.Net Azure WebApp Deploy

I am trying to deploy an ASP.Net Oxygene web app to a MS Azure WebApp instance. I tried following the instructions at the following url: https://docs.elementscompiler.com/Platforms/NET/Deployment/DeployingASPNET/

I added the following to my web.config file:

  <compiler language="Oxygene" extension=".pas" type="RemObjects.Oxygene.CodeDom.OxygeneCodeProvider, RemObjects.Oxygene.Tools, Version=9.0.97.2071, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098" />
  <compiler language="Silver" extension=".swift" type="RemObjects.Elements.CodeDom.SilverCodeProvider, RemObjects.Oxygene.Tools, Version=9.0.97.2071, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098" />

I also added the references to the following files and set Copy Local to true:

RemObjects.Oxygene.dll
RemObjects.Oxygene.AspAppDomainHelper.dll
RemObjects.Oxygene.Code.dll
RemObjects.Oxygene.Tools.dll
RemObjects.Elements.Cirrus.dll

This file in the instructions is NOT on my machine:

RemObjects.Oxygene.Echoes.dll

I then deployed my app to my Azure instance. When I try accessing the site I get the following error:

The CodeDom provider type “RemObjects.Oxygene.CodeDom.OxygeneCodeProvider, RemObjects.Oxygene.Tools, Version=9.0.97.2071, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098” could not be located.

Any suggestions?

I think its RemObjects.Elements.Echoes.dll

Thanks, but I thought the same thing. When I tried that one I got the same error message.