Is there a document which explains the correct way of deploying web applications with crystal reports using Visual Studio 2003 and CE10.
My app runs OK on the development machine, however when I deploy it it errors as follows:
-------------------------------------
Configuration Error:
Parser Error Message:
File or assembly name CrystalDecisions.Enterprise.Framework, or one of its dependencies, was not found.
--------------------------------------
Source Error:
Line 75: <add assembly="CrystalDecisions.Enterprise.Framework, Version=10.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 76: <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
--------------------------------------
Assembly Load Trace:
The following information can be helpful to determine why the assembly 'CrystalDecisions.Enterprise.Framework' could not be loaded.
My app runs OK on the development machine, however when I deploy it it errors as follows:
-------------------------------------
Configuration Error:
Parser Error Message:
File or assembly name CrystalDecisions.Enterprise.Framework, or one of its dependencies, was not found.
--------------------------------------
Source Error:
Line 75: <add assembly="CrystalDecisions.Enterprise.Framework, Version=10.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 76: <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
--------------------------------------
Assembly Load Trace:
The following information can be helpful to determine why the assembly 'CrystalDecisions.Enterprise.Framework' could not be loaded.