Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can someone assist me with the crystal report error that I am receiving. I search all over google but nothing fruitful. The error is
Could not load file or assembly 'CrystalDecisions.Web, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Where can i get version 14.0.2000.0

<%@ Register assembly="CrystalDecisions.Web, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" tagprefix="CR" %>

XML
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
        AutoDataBind="True" GroupTreeImagesFolderUrl="" Height="50px"
        ReportSourceID="CrystalReportSource1" ToolbarImagesFolderUrl=""
        ToolPanelWidth="200px" Width="350px" />
    <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
        <Report FileName="Rpt_Fin_StudentInvoiceEnrolmentAllTuition.rpt">
        </Report>
    </CR:CrystalReportSource>



Any help would be appreciated .
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900