I am getting the below error:
Error An error occurred while processing the project: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Exception detail: System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
--- End of inner exception stack trace ---
at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()
at #Lwd.#Kwd.#Gh(String )
at ArcanaDevelopment.ReportCommander.Engine.ProcessingEngine.#ek(Report )
at ArcanaDevelopment.ReportCommander.Engine.ProcessingEngine.#5xd(Boolean )
I have looked at the note K00000572 - Report Commander fails if Crystal Reports runtime is upgraded. I compared the files in zip folder to the ones on the system I am working with and they are exactly the same. Is there another note I should look at?