Hi,
Thanks for quick answer. What exactly do you mean? did you mean the assembly? or RPT files?
I have aspx that shows rerence the crystareportviewer control with this assembly:
<%@RegisterAssembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
Namespace="CrystalDecisions.Web"TagPrefix="CR"%>
for the control I use:
<CR:CrystalReportSourceID="CRSource1"runat="server">
<ReportFileName="rptNoReport.rpt">
</Report>
</CR:CrystalReportSource>
<CR:CrystalReportViewerID="CRViewer1"runat="server"
AutoDataBind="true"PrintMode="ActiveX"BackColor="White"
EnableDrillDown="False"EnableDatabaseLogonPrompt="False"
EnableParameterPrompt="False"HasDrillUpButton="False"HasSearchButton="False"
HasToggleGroupTreeButton="False"Width="100%"BestFitPage="false"
HasCrystalLogo="False"HasRefreshButton="True"HasZoomFactorList="False"/>
It's worth to mention that most of RPT files were created using CR for VS2008. If you need more info please let me know.