Dear All,
I am getting the Parse error in execution of following code:
<cr:CrystalReportViewer id="CrystalReportViewer1" style="Z-INDEX: 102; LEFT:
-6px; POSITION: absolute; TOP: -4px"
runat="server" Height="50px" Width="350px"></cr:CrystalReportViewer>
Parser Error Message: The base class includes the field 'CrystalReportViewer1',
but its type (CrystalDecisions.Web.CrystalReportViewer) is not compatible with
the type of control (CrystalDecisions.Web.CrystalReportViewer).
I was using crystal report 8.5 with asp.net 2003, now i migrated to Crystal report 11.
can anyone please help me to rectify this error...
Thanks.