Hey Guys
I have developed a website which makes use of Crystal Reports. The tools i am using are mentioned below
-Visual Stuio 2005
-Crystal Reports Equiped with Visual Studio 2005(10.2 I guess)
-_Crystal Reports 10 with Service pack 6( I have it but not using it at the moment(Unistalled))_
- .Net 2.0 Enabled Web Space
The Application works fine on Personal Computer. To Deploy it on Target Web Server I see following DLLs have been Referenced in Web.Config
<assemblies>
<add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
</assemblies>
But on my Computer i can only find the following DLLs which are located at following location (C:\Program Files\Common Files\Business Objects\2.7\Managed)
CrystalDecisions.ReportSource
CrystalDecisions.Shared
CrystalDecisions.Web
CrystalDecisions.CrystalReports.Engine
and rest are missing
when i Publish my Application by copying the DLLs i have on my Computer in bin Folder, I receive the message that Could not load or find the Assembly and it refered to the assemblies which were missing
To Solve the issue, I tried to install Crystal Reports 10 with service pack 6 and found the missing assemblies, but the problem is still persisting because DLLs used in Application are using the version 10.2 and DLLs i get after installing Crystal Reports 10 is 10.0. Because there is difference in Version it does not work
Can you please explain what should I do to resolve the issue?
Your Help will very much be appreciated
Abdul Rehman