gpt4 book ai didi

wpf - 关于 WPF 的 CystalReports 错误

转载 作者:行者123 更新时间:2023-12-01 09:31:01 26 4
gpt4 key购买 nike

我正在为 WPF 使用 CrytalReports for Visual Studio 10 (.NET 4)。每当我使用 CrystalReportViewer 加载 Window 时,它都会显示,

Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.

我已添加所有 dll 文件/程序集作为对项目的引用。

Project References

请建议我该怎么做,我真的快到最后期限了。提前致谢。

conn obj = new conn();
SqlConnection con = new SqlConnection(obj.get_connection());

SqlDataAdapter sda = new SqlDataAdapter("select * from fee_window where dateofdeposite='" + DateTime.Now.ToString("MM/dd/yyyy") + "'", con);
DataSet_daybook ds = new DataSet_daybook();

sda.Fill(ds, "fee_window");

ReportDocument report = new ReportDocument();
report.Load(@"..\..\Report_daybook.rpt");
report.SetDataSource(ds);
crystalReportsViewer1.ViewerCore.ReportSource = report;

添加了我的代码。

最佳答案

将以下属性添加到您的 app.config 启动元素

<startup useLegacyV2RuntimeActivationPolicy="true">

</startup>

关于wpf - 关于 WPF 的 CystalReports 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15265133/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com